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 e42ffd3 commit 3240acdCopy full SHA for 3240acd
.github/scripts/td_script.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
-export TORCHRL_BUILD_VERSION=0.7.1
+export TORCHRL_BUILD_VERSION=0.7.2
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.1
+set TORCHRL_BUILD_VERSION=0.7.2
echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION%
@echo on
version.txt
@@ -1 +1 @@
-0.7.1
+0.7.2
0 commit comments