Spaces:
Runtime error
Runtime error
Commit
·
3d15ec6
1
Parent(s):
fba1123
added files
Browse files- pages/🦙_Alpaca.py +1 -1
pages/🦙_Alpaca.py
CHANGED
@@ -195,7 +195,7 @@ def llama(
|
|
195 |
|
196 |
|
197 |
### Llama cpp
|
198 |
-
llm = Llama(model_path = "
|
199 |
output = llm("Q: Name the planets in the solar system? A: ", max_tokens = 32, stop = ["Q:", "\n"], echo = True)
|
200 |
st.write(output)
|
201 |
|
|
|
195 |
|
196 |
|
197 |
### Llama cpp
|
198 |
+
llm = Llama(model_path = "xfh/alpaca.cpp_65b_ggml")
|
199 |
output = llm("Q: Name the planets in the solar system? A: ", max_tokens = 32, stop = ["Q:", "\n"], echo = True)
|
200 |
st.write(output)
|
201 |
|