Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
9bc3d0c
1
Parent(s):
fd82537
Remove redundant codes in fixing the HF space permission error.
Browse files
app.py
CHANGED
@@ -19,8 +19,6 @@ import zipfile
|
|
19 |
|
20 |
hf_cache_path = '/tmp/hf_cache'
|
21 |
os.environ["HF_HOME"] = hf_cache_path
|
22 |
-
# os.environ["HF_MODULES_CACHE"] = os.path.join("/tmp/hf_cache", "modules")
|
23 |
-
os.makedirs(os.path.join(hf_cache_path, "modules"), exist_ok=True)
|
24 |
|
25 |
import transformers
|
26 |
transformers.utils.move_cache()
|
|
|
19 |
|
20 |
hf_cache_path = '/tmp/hf_cache'
|
21 |
os.environ["HF_HOME"] = hf_cache_path
|
|
|
|
|
22 |
|
23 |
import transformers
|
24 |
transformers.utils.move_cache()
|