Skip to content

Commit

Permalink
[docs][sharktank] Update punet irpa generation command (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhar authored Mar 4, 2025
1 parent 4bd757a commit 9a022fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sharktank/sharktank/models/punet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ as is from huggingface:
model_dir=$(huggingface-cli download \
stabilityai/stable-diffusion-xl-base-1.0 \
unet/config.json unet/diffusion_pytorch_model.fp16.safetensors)
python -m sharktank.models.punet.tools.import_hf_dataset \
python -m sharktank.sharktank.tools.import_hf_dataset \
--config-json $model_dir/unet/config.json \
--output-irpa-file ~/models/punet_fp16.irpa
--output-irpa-file ~/models/punet_fp16.irpa \
--params $model_dir/unet/diffusion_pytorch_model.fp16.safetensors
```

Expand Down

0 comments on commit 9a022fb

Please sign in to comment.