Files changed (1) hide show
  1. README.md +1 -1
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-optimized-smashed"
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
  ```