We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1e393 commit 3d26406Copy full SHA for 3d26406
.github/scripts/td_script.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
-export TORCHRL_BUILD_VERSION=0.7.0
+export TORCHRL_BUILD_VERSION=0.7.1
4
5
${CONDA_RUN} pip install git+https://github.com/pytorch/tensordict.git -U
.github/scripts/version_script.bat
@echo off
-set TORCHRL_BUILD_VERSION=0.7.0
+set TORCHRL_BUILD_VERSION=0.7.1
echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION%
@echo on
version.txt
@@ -1 +1 @@
-0.7.0
+0.7.1
0 commit comments