qaihm-bot commited on
Commit
4fc112d
·
verified ·
1 Parent(s): 182af59

See https://github.com/quic/ai-hub-models/releases/v0.41.2 for changelog.

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -122,7 +122,9 @@ More details on model performance across various devices, can be found
122
 
123
  Install the package via pip:
124
  ```bash
125
- pip install "qai-hub-models[hrnet-pose]" torch==2.4.1 --trusted-host download.openmmlab.com -f https://download.openmmlab.com/mmcv/dist/cpu/torch2.4/index.html -f https://qaihub-public-python-wheels.s3.us-west-2.amazonaws.com/index.html
 
 
126
  ```
127
 
128
 
 
122
 
123
  Install the package via pip:
124
  ```bash
125
+ # NOTE: 3.10 <= PYTHON_VERSION < 3.14 is supported.
126
+ pip install mmpose==1.2.0 --no-deps
127
+ pip install "qai-hub-models[hrnet-pose]"
128
  ```
129
 
130