From 9b1d361f335fb80f2124b69b29735c95448a3db2 Mon Sep 17 00:00:00 2001 From: tazlin Date: Thu, 26 Sep 2024 18:28:41 -0400 Subject: [PATCH] fix: use sdk version w/ `r2_uploads` sort-matching with `ids` --- .pre-commit-config.yaml | 2 +- horde-bridge.cmd | 2 +- requirements.rocm.txt | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b56cae40..f48259a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/horde-bridge.cmd b/horde-bridge.cmd index 315981ea..fb9ac750 100644 --- a/horde-bridge.cmd +++ b/horde-bridge.cmd @@ -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." diff --git a/requirements.rocm.txt b/requirements.rocm.txt index f1acf285..5208c77b 100644 --- a/requirements.rocm.txt +++ b/requirements.rocm.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 274fdc14..8c29d044 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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