Skip to content

Commit

Permalink
fix: use sdk version w/ r2_uploads sort-matching with ids
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Sep 26, 2024
1 parent 5d239bd commit 9b1d361
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ repos:
- torch==2.3.1
- ruamel.yaml
- horde_engine==2.15.2
- horde_sdk==0.14.8
- horde_sdk==0.14.10
- horde_model_reference==0.9.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.14.8 horde_model_reference~=0.9.0 horde_engine~=2.15.2 horde_safety~=0.2.3 -U
call python -s -m pip install horde_sdk~=0.14.10 horde_model_reference~=0.9.0 horde_engine~=2.15.2 horde_safety~=0.2.3 -U

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

horde_sdk~=0.14.8
horde_sdk~=0.14.10
horde_safety~=0.2.3
horde_engine~=2.15.2
horde_model_reference~=0.9.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy==1.26.4
torch==2.3.1

horde_sdk~=0.14.8
horde_sdk~=0.14.10
horde_safety~=0.2.3
horde_engine~=2.15.2
horde_model_reference>=0.9.0
Expand Down

0 comments on commit 9b1d361

Please sign in to comment.