Update app.py
Browse files
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,
|