s3nh commited on
Commit
32b282e
·
1 Parent(s): 9dfe45a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ from dl_hf_model import dl_hf_model
13
  from loguru import logger
14
 
15
 
16
- URL = "https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q5_0.bin" # 4.05G
17
 
18
  _ = (
19
  "golay" in platform.node()
@@ -24,7 +24,7 @@ _ = (
24
  )
25
 
26
  if _:
27
- url = "https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q5_0.bin" # 2.87G
28
 
29
 
30
  prompt_template = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
 
13
  from loguru import logger
14
 
15
 
16
+ URL = "https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q4_1.bin" # 4.05G
17
 
18
  _ = (
19
  "golay" in platform.node()
 
24
  )
25
 
26
  if _:
27
+ url = "https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q4_1.bin" # 2.87G
28
 
29
 
30
  prompt_template = """Below is an instruction that describes a task. Write a response that appropriately completes the request.