LeRayan commited on
Commit
5351395
1 Parent(s): 2c94a24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -31,7 +31,9 @@ You can run the smashed model on a A100 GPU by:
31
  1. Installing and importing the `pruna-engine` (version 0.2.7) package. Use `pip install pruna --extra-index-url https://pypi.nvidia.com --extra-index-url https://pypi.ngc.nvidia.com` for installation. See [Pypi](https://pypi.org/project/pruna-engine/) for detailed on the package.
32
  2. Downloading the model files at `model_path`. This can be done using huggingface with this repository name or with manual downloading.
33
  3. Loading the model
34
- 4. Running the model.
 
 
35
 
36
  You can achieve this by running the following code:
37
 
 
31
  1. Installing and importing the `pruna-engine` (version 0.2.7) package. Use `pip install pruna --extra-index-url https://pypi.nvidia.com --extra-index-url https://pypi.ngc.nvidia.com` for installation. See [Pypi](https://pypi.org/project/pruna-engine/) for detailed on the package.
32
  2. Downloading the model files at `model_path`. This can be done using huggingface with this repository name or with manual downloading.
33
  3. Loading the model
34
+ 4. Running the model.
35
+
36
+ The model is smashed for 1024x1024 image size. Contact us if you want a version with dynamic size support.
37
 
38
  You can achieve this by running the following code:
39