s3nh commited on
Commit
6aaad3f
1 Parent(s): 09138ee

Update app.py

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