Spaces:
Running
on
Zero
Running
on
Zero
Update app_exp.py
Browse files- app_exp.py +1 -1
app_exp.py
CHANGED
|
@@ -71,7 +71,7 @@ try:
|
|
| 71 |
subfolder="dit",
|
| 72 |
cp_split_hw=cp_split_hw,
|
| 73 |
torch_dtype=torch_dtype,
|
| 74 |
-
quantization_config=bnb_4bit_config # ✅ added
|
| 75 |
)
|
| 76 |
|
| 77 |
pipe = LongCatVideoPipeline(
|
|
|
|
| 71 |
subfolder="dit",
|
| 72 |
cp_split_hw=cp_split_hw,
|
| 73 |
torch_dtype=torch_dtype,
|
| 74 |
+
#quantization_config=bnb_4bit_config # ✅ added
|
| 75 |
)
|
| 76 |
|
| 77 |
pipe = LongCatVideoPipeline(
|