DR-Rakshitha commited on
Commit
0dc8b0f
·
1 Parent(s): 4789c94

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 transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
3
 
4
  # # Specify the directory containing the tokenizer's configuration file (config.json)
5
- model_name = "pytorch_model-00001-of-00002.bin"
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)