s3nh commited on
Commit
ea4e38a
·
1 Parent(s): 8e854a9

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/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q8_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/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q8_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/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q4_0.bin" # 4.05G
17
 
18
  _ = (
19
  "golay" in platform.node()
 
24
  )
25
 
26
  if _:
27
+ url = "https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q4_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.