diff --git a/README.md b/README.md index ebd7b18d..7e0681c6 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ in the TOML file: ```bash -state tx infer --output $HOME/state/test/ --output_dir /path/to/model/ --checkpoint /path/to/model/final.ckpt --adata /path/to/anndata/processed.h5 --pert_col gene --embed_key X_hvg +state tx infer --output $HOME/state/test/ --model_dir /path/to/model/ --checkpoint /path/to/model/final.ckpt --adata /path/to/anndata/processed.h5 --pert_col gene --embed_key X_hvg ``` Here, `/path/to/model/` is the folder downloaded from [HuggingFace](https://huggingface.co/arcinstitute).