DR-Rakshitha commited on
Commit
12ea1ed
·
1 Parent(s): c928ad3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
3
 
4
  # Specify the directory containing the model and tokenizer
5
  model_name = "gpt4all" # Make sure this matches the actual model directory
6
- model_path = f"./{wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin}" # Path to the model directory
7
 
8
  # Initialize the GPT-4 model and tokenizer
9
  model = AutoModelForCausalLM.from_pretrained(model_path)
 
3
 
4
  # Specify the directory containing the model and tokenizer
5
  model_name = "gpt4all" # Make sure this matches the actual model directory
6
+ model_path = f"./" # Path to the model directory
7
 
8
  # Initialize the GPT-4 model and tokenizer
9
  model = AutoModelForCausalLM.from_pretrained(model_path)