File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- export TORCHRL_BUILD_VERSION=0.7 .0
3+ export TORCHRL_BUILD_VERSION=0.8 .0
44
55pip install git+https://github.com/pytorch/tensordict.git -U
Original file line number Diff line number Diff line change 11@ echo off
2- set TORCHRL_BUILD_VERSION = 0.7 .0
2+ set TORCHRL_BUILD_VERSION = 0.8 .0
33echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION%
44
55@ echo on
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ def _main(argv):
176176 if is_nightly :
177177 tensordict_dep = "tensordict-nightly"
178178 else :
179- tensordict_dep = "tensordict>=0.7 .0"
179+ tensordict_dep = "tensordict>=0.8 .0"
180180
181181 if is_nightly :
182182 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