fal 1.21.0__py3-none-any.whl → 1.21.1__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 fal might be problematic. Click here for more details.
- fal/_fal_version.py +2 -2
- fal/toolkit/utils/download_utils.py +2 -2
- {fal-1.21.0.dist-info → fal-1.21.1.dist-info}/METADATA +1 -1
- {fal-1.21.0.dist-info → fal-1.21.1.dist-info}/RECORD +7 -7
- {fal-1.21.0.dist-info → fal-1.21.1.dist-info}/WHEEL +0 -0
- {fal-1.21.0.dist-info → fal-1.21.1.dist-info}/entry_points.txt +0 -0
- {fal-1.21.0.dist-info → fal-1.21.1.dist-info}/top_level.txt +0 -0
fal/_fal_version.py
CHANGED
|
@@ -456,7 +456,7 @@ def clone_repository(
|
|
|
456
456
|
# repository might be already deleted by another worker
|
|
457
457
|
os.rename(local_repo_path, tmp_dir)
|
|
458
458
|
# sometimes seeing FileNotFoundError even here on juicefs
|
|
459
|
-
shutil.rmtree(tmp_dir)
|
|
459
|
+
shutil.rmtree(tmp_dir, ignore_errors=True)
|
|
460
460
|
|
|
461
461
|
# NOTE: using the target_dir to be able to avoid potential copies across temp fs
|
|
462
462
|
# and target fs, and also to be able to atomically rename repo_name dir into place
|
|
@@ -492,7 +492,7 @@ def clone_repository(
|
|
|
492
492
|
try:
|
|
493
493
|
os.rename(temp_dir, local_repo_path)
|
|
494
494
|
except OSError as error:
|
|
495
|
-
shutil.rmtree(temp_dir)
|
|
495
|
+
shutil.rmtree(temp_dir, ignore_errors=True)
|
|
496
496
|
|
|
497
497
|
# someone beat us to it, assume it's good
|
|
498
498
|
if error.errno != errno.ENOTEMPTY:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
fal/__init__.py,sha256=wXs1G0gSc7ZK60-bHe-B2m0l_sA6TrFk4BxY0tMoLe8,784
|
|
2
2
|
fal/__main__.py,sha256=4JMK66Wj4uLZTKbF-sT3LAxOsr6buig77PmOkJCRRxw,83
|
|
3
|
-
fal/_fal_version.py,sha256=
|
|
3
|
+
fal/_fal_version.py,sha256=eMpk-3YcQ2a1fB4AhnRbMN4tutqXS5igCaZA1TDVR6w,513
|
|
4
4
|
fal/_serialization.py,sha256=npXNsFJ5G7jzBeBIyVMH01Ww34mGY4XWhHpRbSrTtnQ,7598
|
|
5
5
|
fal/_version.py,sha256=1BbTFnucNC_6ldKJ_ZoC722_UkW4S9aDBSW9L0fkKAw,2315
|
|
6
6
|
fal/api.py,sha256=KR3RkuEEamAJBe5cBwfDL64Yj3bZVeVC_IpZDJ4uGC4,46149
|
|
@@ -73,7 +73,7 @@ fal/toolkit/image/nsfw_filter/inference.py,sha256=BhIPF_zxRLetThQYxDDF0sdx9VRwvu
|
|
|
73
73
|
fal/toolkit/image/nsfw_filter/model.py,sha256=63mu8D15z_IosoRUagRLGHy6VbLqFmrG-yZqnu2vVm4,457
|
|
74
74
|
fal/toolkit/image/nsfw_filter/requirements.txt,sha256=3Pmrd0Ny6QAeBqUNHCgffRyfaCARAPJcfSCX5cRYpbM,37
|
|
75
75
|
fal/toolkit/utils/__init__.py,sha256=CrmM9DyCz5-SmcTzRSm5RaLgxy3kf0ZsSEN9uhnX2Xo,97
|
|
76
|
-
fal/toolkit/utils/download_utils.py,sha256=
|
|
76
|
+
fal/toolkit/utils/download_utils.py,sha256=sy1MNmYAELyBScSsG7QNxzOCCxFIPusol_RPhNyqZ_w,20191
|
|
77
77
|
fal/toolkit/utils/endpoint.py,sha256=5EXoshA2PD_brjEfhNWAWasjqLOCRrjBnfhj6QGuMt8,782
|
|
78
78
|
fal/toolkit/utils/retry.py,sha256=0pnKqs1Y2dADMAk2944FZr68ZL3wQC_5hqApfgyMf_8,1531
|
|
79
79
|
fal/toolkit/video/__init__.py,sha256=YV0jWpuvoA_CDFQXhd3zOvilFLKH7DYARrbzR7hWhpE,35
|
|
@@ -141,8 +141,8 @@ openapi_fal_rest/models/workflow_node_type.py,sha256=-FzyeY2bxcNmizKbJI8joG7byRi
|
|
|
141
141
|
openapi_fal_rest/models/workflow_schema.py,sha256=4K5gsv9u9pxx2ItkffoyHeNjBBYf6ur5bN4m_zePZNY,2019
|
|
142
142
|
openapi_fal_rest/models/workflow_schema_input.py,sha256=2OkOXWHTNsCXHWS6EGDFzcJKkW5FIap-2gfO233EvZQ,1191
|
|
143
143
|
openapi_fal_rest/models/workflow_schema_output.py,sha256=EblwSPAGfWfYVWw_WSSaBzQVju296is9o28rMBAd0mc,1196
|
|
144
|
-
fal-1.21.
|
|
145
|
-
fal-1.21.
|
|
146
|
-
fal-1.21.
|
|
147
|
-
fal-1.21.
|
|
148
|
-
fal-1.21.
|
|
144
|
+
fal-1.21.1.dist-info/METADATA,sha256=nzwH2KP0hG_RqTcD6U2Nb-uOIn3pr3kg5HyNW8ACCyU,4085
|
|
145
|
+
fal-1.21.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
146
|
+
fal-1.21.1.dist-info/entry_points.txt,sha256=32zwTUC1U1E7nSTIGCoANQOQ3I7-qHG5wI6gsVz5pNU,37
|
|
147
|
+
fal-1.21.1.dist-info/top_level.txt,sha256=r257X1L57oJL8_lM0tRrfGuXFwm66i1huwQygbpLmHw,21
|
|
148
|
+
fal-1.21.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|