Spaces:
Runtime error
Runtime error
Commit
·
0dc8b0f
1
Parent(s):
4789c94
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
3 |
|
4 |
# # Specify the directory containing the tokenizer's configuration file (config.json)
|
5 |
-
model_name = "
|
6 |
|
7 |
# # Initialize the GPT4All model
|
8 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
|
|
2 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
3 |
|
4 |
# # Specify the directory containing the tokenizer's configuration file (config.json)
|
5 |
+
model_name = "wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin"
|
6 |
|
7 |
# # Initialize the GPT4All model
|
8 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|