s3nh commited on
Commit
cc900c0
1 Parent(s): 328aefb

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/NexoNimbus-7B-GGUF/blob/main/nexonimbus-7b.Q4_K_Mgguf" # 4.05G
17
 
18
  _ = (
19
  "golay" in platform.node()
@@ -24,7 +24,7 @@ _ = (
24
  )
25
 
26
  if _:
27
- url = "https://huggingface.co/s3nh/NexoNimbus-7B-GGUF/blob/main/nexonimbus-7b.Q4_K_M.gguf" # 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/UTENA-7B-NSFW-V2-GGUF/blob/main/utena-7b-nsfw-v2.Q6_K.gguf" # 4.05G
17
 
18
  _ = (
19
  "golay" in platform.node()
 
24
  )
25
 
26
  if _:
27
+ url = "https://huggingface.co/s3nh/UTENA-7B-NSFW-V2-GGUF/blob/main/utena-7b-nsfw-v2.Q6_K.gguf" #2.87G
28
 
29
 
30
  prompt_template = """Below is an instruction that describes a task. Write a response that appropriately completes the request.