Skip to content

Commit

Permalink
chore: match pinned horde deps across all files
Browse files Browse the repository at this point in the history
fix: adjust requirement for latest hordelib
  • Loading branch information
tazlin committed Jul 8, 2024
1 parent 3dda453 commit ff4e6ab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
- horde_safety==0.2.3
- torch==2.3.1
- ruamel.yaml
- horde_engine==2.11.1
- horde_sdk==0.10.0
- horde_model_reference==0.6.3
- horde_engine==2.130
- horde_sdk==0.13.0
- horde_model_reference==0.7.0
- semver
2 changes: 1 addition & 1 deletion horde-bridge.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd /d %~dp0
call runtime python -s -m pip -V

call python -s -m pip uninstall hordelib
call python -s -m pip install horde_sdk~=0.10.0 horde_model_reference~=0.6.3 horde_engine~=2.11.1 horde_safety~=0.2.3 -U
call python -s -m pip install horde_sdk~=0.13.0 horde_model_reference~=0.7.0 horde_engine~=2.12.0 horde_safety~=0.2.3 -U

if %ERRORLEVEL% NEQ 0 (
echo "Please run update-runtime.cmd."
Expand Down
6 changes: 3 additions & 3 deletions requirements.rocm.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
numpy==1.26.4
torch==2.3.1+rocm6.0

horde_sdk~=0.10.0
horde_sdk~=0.13.0
horde_safety~=0.2.3
horde_engine~=2.11.1
horde_model_reference~=0.6.3
horde_engine~=2.13.0
horde_model_reference~=0.7.0

python-dotenv
ruamel.yaml
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
numpy==1.26.4
torch==2.3.1
torch

horde_sdk~=0.13.0
horde_safety~=0.2.3
horde_engine~=2.12.0
horde_engine~=2.13.0
horde_model_reference~=0.7.0

python-dotenv
Expand Down

0 comments on commit ff4e6ab

Please sign in to comment.