malvin noel commited on
Commit
9817b60
Β·
1 Parent(s): 4cd4316

change script

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ ASSETS_DIRS = (
41
  # ────────────────────────────────────────────────────────
42
  # CONFIGURATION
43
  # ────────────────────────────────────────────────────────
44
- MODEL_ID = os.getenv("MODEL_ID", "Qwen/Qwen3-8B")
45
  DTYPE = torch.bfloat16 # or torch.float16
46
 
47
  print(f"πŸ”„ Loading {MODEL_ID} (dtype = {DTYPE}) …")
 
41
  # ────────────────────────────────────────────────────────
42
  # CONFIGURATION
43
  # ────────────────────────────────────────────────────────
44
+ MODEL_ID = os.getenv("MODEL_ID", "meta-llama/Llama-3.1-8B-Instruct")
45
  DTYPE = torch.bfloat16 # or torch.float16
46
 
47
  print(f"πŸ”„ Loading {MODEL_ID} (dtype = {DTYPE}) …")