Tijmen2 commited on
Commit
269d816
·
verified ·
1 Parent(s): 02aad62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from llama_cpp import Llama
3
 
4
  llm = Llama(
5
- model_path="AstroSage-8B-Q8_0.gguf",
6
  n_ctx=2048,
7
  n_threads=4,
8
  seed=42,
 
2
  from llama_cpp import Llama
3
 
4
  llm = Llama(
5
+ model_path="https://huggingface.co/AstroMLab/AstroSage-8B-GGUF/raw/main/AstroSage-8B-Q8_0.gguf",
6
  n_ctx=2048,
7
  n_threads=4,
8
  seed=42,