bump version v0.1.5

This commit is contained in:
sugarme 2020-10-11 23:23:21 +11:00
parent a6830b3de5
commit d1a0f3a477
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
- **CPU**
Default values: `LIBTORCH_VER=1.5.1` and `GOTCH_VER=latest`
Default values: `LIBTORCH_VER=1.5.1` and `GOTCH_VER=v0.1.5`
```bash
go get -u github.com/sugarme/gotch@latest
@ -25,7 +25,7 @@
- **GPU**
Default values: `LIBTORCH_VER=1.5.1`, `CUDA_VER=10.1` and `GOTCH_VER=latest`
Default values: `LIBTORCH_VER=1.5.1`, `CUDA_VER=10.1` and `GOTCH_VER=v0.1.5`
```bash
go get -u github.com/sugarme/gotch@latest

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Env
GOTCH_VERSION="${GOTCH_VER:-latest}"
GOTCH_VERSION="${GOTCH_VER:-v0.1.5}"
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:-latest}"
GOTCH_VERSION="${GOTCH_VER:-v0.1.5}"
LIBTORCH_VERSION="${LIBTORCH_VER:-1.5.1}"
CUDA_VERSION="${CUDA_VER:-10.1}"
CU_VERSION="${CUDA_VERSION//./}"