Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ device = args.device
|
|
26 |
assert device in ['cuda', 'mps']
|
27 |
|
28 |
# Load model
|
29 |
-
model_path =
|
30 |
|
31 |
#if 'int4' in model_path:
|
32 |
#if device == 'mps':
|
|
|
26 |
assert device in ['cuda', 'mps']
|
27 |
|
28 |
# Load model
|
29 |
+
model_path = 'y0un92/test'
|
30 |
|
31 |
#if 'int4' in model_path:
|
32 |
#if device == 'mps':
|