warhawkmonk commited on
Commit
da68614
·
verified ·
1 Parent(s): 3fe07be

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 = "tiiuae/falcon-40b"
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 = "rumb/nano-mistral"
7
 
8
  # Load the text-generation pipeline with device_map="auto" to use GPU if available
9
  generator = pipeline(