qaihm-bot commited on
Commit
619c86a
·
verified ·
1 Parent(s): a28dd9b

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
@@ -60,7 +60,9 @@ More details on model performance across various devices, can be found
60
 
61
  Install the package via pip:
62
  ```bash
63
- pip install "qai-hub-models[litehrnet]" 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
 
 
64
  ```
65
 
66
 
 
60
 
61
  Install the package via pip:
62
  ```bash
63
+ # NOTE: 3.10 <= PYTHON_VERSION < 3.14 is supported.
64
+ pip install mmpose==1.2.0 --no-deps
65
+ pip install "qai-hub-models[litehrnet]"
66
  ```
67
 
68