bobber commited on
Commit
03ffa02
·
verified ·
1 Parent(s): 3592c57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
 
6
  #Qwen/Qwen2.5-14B-Instruct-1M
7
  #Qwen/Qwen2-0.5B
8
- model_name = "Qwen/Qwen2.5-14B-Instruct-1M"
9
 
10
  model = AutoModelForCausalLM.from_pretrained(
11
  model_name,
 
5
 
6
  #Qwen/Qwen2.5-14B-Instruct-1M
7
  #Qwen/Qwen2-0.5B
8
+ model_name = "Qwen/Qwen2-0.5B"
9
 
10
  model = AutoModelForCausalLM.from_pretrained(
11
  model_name,