Model ID typo
#1
by radames - opened
README.md
CHANGED
|
@@ -28,7 +28,7 @@ To ensure that all optimizations are applied, use the pruna library to load the
|
|
| 28 |
from pruna import PrunaModel
|
| 29 |
|
| 30 |
loaded_model = PrunaModel.from_pretrained(
|
| 31 |
-
"PrunaAI/flux2-klein-4b-
|
| 32 |
)
|
| 33 |
# we can then run inference using the methods supported by the base model
|
| 34 |
```
|
|
|
|
| 28 |
from pruna import PrunaModel
|
| 29 |
|
| 30 |
loaded_model = PrunaModel.from_pretrained(
|
| 31 |
+
"PrunaAI/flux2-klein-4b-smashed"
|
| 32 |
)
|
| 33 |
# we can then run inference using the methods supported by the base model
|
| 34 |
```
|