abdulmalek9 commited on
Commit
149a9f3
·
verified ·
1 Parent(s): bac0c8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ def greet(name):
12
 
13
 
14
  # Load model directly
15
- tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-2-13b-chat-hf")
16
- model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-chat-hf")
17
 
18
 
19
  # model = "meta-llama/Llama-2-13b-chat-hf" # meta-llama/Llama-2-7b-hf
 
12
 
13
 
14
  # Load model directly
15
+ tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
16
+ model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
17
 
18
 
19
  # model = "meta-llama/Llama-2-13b-chat-hf" # meta-llama/Llama-2-7b-hf