Rausda6 commited on
Commit
96d857b
·
verified ·
1 Parent(s): f163f76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -16,9 +16,10 @@ import PyPDF2
16
  import io
17
  import traceback
18
 
19
- git lfs install
20
- git clone https://huggingface.co/unsloth/Llama-3.2-3B-bnb-4bit
21
- cd Llama-3.2-3B-bnb-4bit
 
22
 
23
 
24
  # Constants
 
16
  import io
17
  import traceback
18
 
19
+ from git import Repo
20
+
21
+ Repo.clone_from("https://huggingface.co/unsloth/Llama-3.2-3B-bnb-4bit", "./local_model_dir")
22
+
23
 
24
 
25
  # Constants