Spaces:
Running
Running
Update app.py
Browse files
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 = "
|
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(
|