Spaces:
Running
on
Zero
Running
on
Zero
Try allenai/Molmo-7B-D-0924
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from io import BytesIO
|
|
| 6 |
import spaces # Import spaces for ZeroGPU support
|
| 7 |
|
| 8 |
# Load the model and processor
|
| 9 |
-
repo_name = "
|
| 10 |
arguments = {
|
| 11 |
"device_map": "auto", # Device will be set automatically
|
| 12 |
"torch_dtype": "auto", # Use appropriate precision
|
|
|
|
| 6 |
import spaces # Import spaces for ZeroGPU support
|
| 7 |
|
| 8 |
# Load the model and processor
|
| 9 |
+
repo_name = "allenai/Molmo-7B-D-0924"
|
| 10 |
arguments = {
|
| 11 |
"device_map": "auto", # Device will be set automatically
|
| 12 |
"torch_dtype": "auto", # Use appropriate precision
|