Commit 39c7ef4 1 parent fef42c3 commit 39c7ef4 Copy full SHA for 39c7ef4
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- export TORCHRL_BUILD_VERSION=0.7 .0
3
+ export TORCHRL_BUILD_VERSION=0.8 .0
4
4
5
5
pip install git+https://github.com/pytorch/tensordict.git -U
Original file line number Diff line number Diff line change 1
1
@ echo off
2
- set TORCHRL_BUILD_VERSION = 0.7 .0
2
+ set TORCHRL_BUILD_VERSION = 0.8 .0
3
3
echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION%
4
4
5
5
@ echo on
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ def _main(argv):
176
176
if is_nightly :
177
177
tensordict_dep = "tensordict-nightly"
178
178
else :
179
- tensordict_dep = "tensordict>=0.7 .0"
179
+ tensordict_dep = "tensordict>=0.8 .0"
180
180
181
181
if is_nightly :
182
182
version = get_nightly_version ()
Original file line number Diff line number Diff line change 1
- 0.7 .0
1
+ 0.8 .0
You can’t perform that action at this time.
0 commit comments