ffreemt commited on
Commit
34fa40f
1 Parent(s): f89f707

Update from examples_list import examples_list

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from ctransformers import AutoModelForCausalLM
16
  from dl_hf_model import dl_hf_model
17
  from loguru import logger
18
 
19
- from .examples_list import examples_list
20
 
21
  url = "https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/blob/main/llama-2-13b-guanaco-qlora.ggmlv3.q4_K_S.bin" # 8.14G
22
 
 
16
  from dl_hf_model import dl_hf_model
17
  from loguru import logger
18
 
19
+ from examples_list import examples_list
20
 
21
  url = "https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/blob/main/llama-2-13b-guanaco-qlora.ggmlv3.q4_K_S.bin" # 8.14G
22