Pudding48 commited on
Commit
4e90566
·
verified ·
1 Parent(s): 3d61420

Update prepare_vector_dp.py

Browse files
Files changed (1) hide show
  1. prepare_vector_dp.py +1 -4
prepare_vector_dp.py CHANGED
@@ -9,10 +9,7 @@ from huggingface_hub import hf_hub_download
9
  import os
10
 
11
 
12
- # model_file = Llama.from_pretrained(
13
- # repo_id="Pudding48/TinyLLamaTest",
14
- # filename="tinyllama-1.1b-chat-v1.0.Q8_0.gguf",
15
- # )
16
 
17
  # Khai bao bien
18
  pdf_data_path = "data"
 
9
  import os
10
 
11
 
12
+ os.environ["HF_HOME"] = "/home/user/app/hf_cache"
 
 
 
13
 
14
  # Khai bao bien
15
  pdf_data_path = "data"