chris-propeller commited on
Commit
937fe12
·
verified ·
1 Parent(s): 9489563

Try allenai/Molmo-7B-D-0924

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "cyan2k/molmo-7B-O-bnb-4bit"
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