Skip to content

Commit 9bad91b

Browse files
authored
fix install torch (#1247)
1 parent db2f476 commit 9bad91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github_actions/install_torch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
if [ $TORCH_VERSION != "" ] && [ $CUDA_VERSION != ""]; then
17+
if [ $TORCH_VERSION != "" ] && [ $CUDA_VERSION != "" ]; then
1818
torch=$TORCH_VERSION
1919
cuda=$CUDA_VERSION
2020
fi

0 commit comments

Comments
 (0)