bump v0.1.7

This commit is contained in:
sugarme 2020-10-12 17:20:32 +11:00
parent 299793804a
commit b279e18c5d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Env
GOTCH_VERSION="${GOTCH_VER:-v0.1.5}"
GOTCH_VERSION="${GOTCH_VER:-v0.1.7}"
LIBTORCH_VERSION="${LIBTORCH_VER:-1.5.1}"
GOTCH="$GOPATH/pkg/mod/github.com/sugarme/gotch@$GOTCH_VERSION"

View File

@ -1,6 +1,6 @@
#!/bin/bash
GOTCH_VERSION="${GOTCH_VER:-v0.1.5}"
GOTCH_VERSION="${GOTCH_VER:-v0.1.7}"
LIBTORCH_VERSION="${LIBTORCH_VER:-1.5.1}"
CUDA_VERSION="${CUDA_VER:-10.1}"
CU_VERSION="${CUDA_VERSION//./}"