warhawkmonk commited on
Commit
4392dee
·
verified ·
1 Parent(s): da68614

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import torch
3
  from transformers import pipeline
4
 
5
  # Model ID for Llama 3 8B instruct (replace with the exact model you want)
6
- MODEL_ID = "rumb/nano-mistral"
7
 
8
  # Load the text-generation pipeline with device_map="auto" to use GPU if available
9
  generator = pipeline(
 
3
  from transformers import pipeline
4
 
5
  # Model ID for Llama 3 8B instruct (replace with the exact model you want)
6
+ MODEL_ID = "manycore-research/SpatialLM-Llama-1B"
7
 
8
  # Load the text-generation pipeline with device_map="auto" to use GPU if available
9
  generator = pipeline(