saeid1999 commited on
Commit
bec3387
·
verified ·
1 Parent(s): e15fb92

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
  app = FastAPI()
7
 
8
- MODEL_NAME = "Qwen/Qwen2.5-7B-Instruct"
9
  device = "cuda" if torch.cuda.is_available() else "cpu"
10
 
11
  print(f"Loading model on {device}...")
 
5
 
6
  app = FastAPI()
7
 
8
+ MODEL_NAME = "Qwen/Qwen2.5-0.5B-Instruct"
9
  device = "cuda" if torch.cuda.is_available() else "cpu"
10
 
11
  print(f"Loading model on {device}...")