ICEPVP8977
commited on
Commit
•
1750f25
1
Parent(s):
2d79079
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ repo_id = "ICEPVP8977/Uncensored_llama_3.2_3b_safetensors"
|
|
24 |
|
25 |
try:
|
26 |
snapshot_download(repo_id=repo_id,
|
27 |
-
token=token,
|
28 |
local_dir="./model")
|
29 |
print(f"Successfully downloaded {repo_id} to ./model")
|
30 |
except Exception as e:
|
|
|
24 |
|
25 |
try:
|
26 |
snapshot_download(repo_id=repo_id,
|
27 |
+
# token=token,
|
28 |
local_dir="./model")
|
29 |
print(f"Successfully downloaded {repo_id} to ./model")
|
30 |
except Exception as e:
|