Commit
·
7a8a034
1
Parent(s):
09a164f
Should work
Browse files- app.py +0 -1
- hf_cache/readme.md +0 -1
app.py
CHANGED
@@ -22,7 +22,6 @@ m = AutoModelForCausalLM.from_pretrained(
|
|
22 |
model_name,
|
23 |
device_map=0,
|
24 |
#load_in_8bit=True,
|
25 |
-
cache_dir="/hf_cache",
|
26 |
)
|
27 |
|
28 |
m.config.pad_token_id = m.config.eos_token_id
|
|
|
22 |
model_name,
|
23 |
device_map=0,
|
24 |
#load_in_8bit=True,
|
|
|
25 |
)
|
26 |
|
27 |
m.config.pad_token_id = m.config.eos_token_id
|
hf_cache/readme.md
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
For persistent storage
|
|
|
|