DrBenjamin commited on
Commit
3d15ec6
·
1 Parent(s): fba1123

added files

Browse files
Files changed (1) hide show
  1. 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 = "models/7B/ggml-model-q4_0.bin")
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