flwr-nightly 1.12.0.dev20240831__py3-none-any.whl → 1.12.0.dev20240902__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of flwr-nightly might be problematic. Click here for more details.
- flwr/cli/new/new.py +0 -1
- flwr/superexec/app.py +3 -1
- {flwr_nightly-1.12.0.dev20240831.dist-info → flwr_nightly-1.12.0.dev20240902.dist-info}/METADATA +1 -1
- {flwr_nightly-1.12.0.dev20240831.dist-info → flwr_nightly-1.12.0.dev20240902.dist-info}/RECORD +7 -7
- {flwr_nightly-1.12.0.dev20240831.dist-info → flwr_nightly-1.12.0.dev20240902.dist-info}/LICENSE +0 -0
- {flwr_nightly-1.12.0.dev20240831.dist-info → flwr_nightly-1.12.0.dev20240902.dist-info}/WHEEL +0 -0
- {flwr_nightly-1.12.0.dev20240831.dist-info → flwr_nightly-1.12.0.dev20240902.dist-info}/entry_points.txt +0 -0
flwr/cli/new/new.py
CHANGED
|
@@ -196,7 +196,6 @@ def new(
|
|
|
196
196
|
f"{import_name}/client_app.py": {
|
|
197
197
|
"template": "app/code/flwr_tune/client_app.py.tpl"
|
|
198
198
|
},
|
|
199
|
-
f"{import_name}/app.py": {"template": "app/code/flwr_tune/app.py.tpl"},
|
|
200
199
|
f"{import_name}/models.py": {
|
|
201
200
|
"template": "app/code/flwr_tune/models.py.tpl"
|
|
202
201
|
},
|
flwr/superexec/app.py
CHANGED
|
@@ -56,7 +56,9 @@ def run_superexec() -> None:
|
|
|
56
56
|
address=address,
|
|
57
57
|
executor=_load_executor(args),
|
|
58
58
|
certificates=certificates,
|
|
59
|
-
config=parse_config_args(
|
|
59
|
+
config=parse_config_args(
|
|
60
|
+
[args.executor_config] if args.executor_config else args.executor_config
|
|
61
|
+
),
|
|
60
62
|
)
|
|
61
63
|
|
|
62
64
|
grpc_servers = [superexec_server]
|
{flwr_nightly-1.12.0.dev20240831.dist-info → flwr_nightly-1.12.0.dev20240902.dist-info}/RECORD
RENAMED
|
@@ -6,7 +6,7 @@ flwr/cli/config_utils.py,sha256=mDGXbcIxG14UpkUplILBYUkSk5M1LeTzZYDGNx-pFpU,7540
|
|
|
6
6
|
flwr/cli/example.py,sha256=1bGDYll3BXQY2kRqSN-oICqS5n1b9m0g0RvXTopXHl4,2215
|
|
7
7
|
flwr/cli/install.py,sha256=tUncrbZYRbC9QEcWSeTER16plPEoU-ERP0-nMgWiSPo,7094
|
|
8
8
|
flwr/cli/new/__init__.py,sha256=cQzK1WH4JP2awef1t2UQ2xjl1agVEz9rwutV18SWV1k,789
|
|
9
|
-
flwr/cli/new/new.py,sha256=
|
|
9
|
+
flwr/cli/new/new.py,sha256=uRC1nr22JomszfBAzQ3w4fiKrq31nxlMFquYGpPVei0,10074
|
|
10
10
|
flwr/cli/new/templates/__init__.py,sha256=4luU8RL-CK8JJCstQ_ON809W9bNTkY1l9zSaPKBkgwY,725
|
|
11
11
|
flwr/cli/new/templates/app/.gitignore.tpl,sha256=XixnHdyeMB2vwkGtGnwHqoWpH-9WChdyG0GXe57duhc,3078
|
|
12
12
|
flwr/cli/new/templates/app/LICENSE.tpl,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
@@ -288,14 +288,14 @@ flwr/simulation/ray_transport/ray_client_proxy.py,sha256=0abIsU0VBk9rNJZOKHIyzYG
|
|
|
288
288
|
flwr/simulation/ray_transport/utils.py,sha256=TYdtfg1P9VfTdLMOJlifInGpxWHYs9UfUqIv2wfkRLA,2392
|
|
289
289
|
flwr/simulation/run_simulation.py,sha256=TjkgoSh_FGiFmyJ9g45S-uh4nh16scm4GDo-5J8k2gI,22279
|
|
290
290
|
flwr/superexec/__init__.py,sha256=fcj366jh4RFby_vDwLroU4kepzqbnJgseZD_jUr_Mko,715
|
|
291
|
-
flwr/superexec/app.py,sha256=
|
|
291
|
+
flwr/superexec/app.py,sha256=gH25dr7FL9IWODSOtP0-r59iuOKDeSXLLPxpEAL50BM,6561
|
|
292
292
|
flwr/superexec/deployment.py,sha256=1qhztkcZDjaSbicligbXGqn49gbpN271rTlEVAnNuWw,6283
|
|
293
293
|
flwr/superexec/exec_grpc.py,sha256=PhqGoZEpTMxSQmUSV8Wgtzb1Za_pHJ-adZqo5RYnDyE,1942
|
|
294
294
|
flwr/superexec/exec_servicer.py,sha256=jl0aKVjm0PLQABcTL5c3jdSIzb0Z6hpVOtrAn4Ob7ts,2323
|
|
295
295
|
flwr/superexec/executor.py,sha256=k_adivto6R2U82DADOHNvdtobehBYreRek1gOEBIQnQ,2318
|
|
296
296
|
flwr/superexec/simulation.py,sha256=J6pw-RqCSiUed8I_3MasZH4tl57ZmDebPAHNnbb0-vE,7420
|
|
297
|
-
flwr_nightly-1.12.0.
|
|
298
|
-
flwr_nightly-1.12.0.
|
|
299
|
-
flwr_nightly-1.12.0.
|
|
300
|
-
flwr_nightly-1.12.0.
|
|
301
|
-
flwr_nightly-1.12.0.
|
|
297
|
+
flwr_nightly-1.12.0.dev20240902.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
298
|
+
flwr_nightly-1.12.0.dev20240902.dist-info/METADATA,sha256=T5e9H71WR0-Snduvxf0Yw8BJTa0VQ-40GCwjv4iuHa8,15703
|
|
299
|
+
flwr_nightly-1.12.0.dev20240902.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
300
|
+
flwr_nightly-1.12.0.dev20240902.dist-info/entry_points.txt,sha256=WUCbqhLEOzjx_lyATIM0-f0e8kOVaQjzwOvyOxHrMhs,434
|
|
301
|
+
flwr_nightly-1.12.0.dev20240902.dist-info/RECORD,,
|
{flwr_nightly-1.12.0.dev20240831.dist-info → flwr_nightly-1.12.0.dev20240902.dist-info}/LICENSE
RENAMED
|
File without changes
|
{flwr_nightly-1.12.0.dev20240831.dist-info → flwr_nightly-1.12.0.dev20240902.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|