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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -16,6 +16,11 @@ import PyPDF2
16
  import io
17
  import traceback
18
 
 
 
 
 
 
19
  # Constants
20
  MAX_FILE_SIZE_MB = 20
21
  MAX_FILE_SIZE_BYTES = MAX_FILE_SIZE_MB * 1024 * 1024
 
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
25
  MAX_FILE_SIZE_MB = 20
26
  MAX_FILE_SIZE_BYTES = MAX_FILE_SIZE_MB * 1024 * 1024