update tag

This commit is contained in:
sugarme 2020-10-11 09:13:13 +11:00
parent 38fbc1ea40
commit 6d735e3520
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Env
export GOTCH_VERSION="v0.1.0"
export GOTCH_VERSION="v0.1.1"
export LIBTORCH="$GOPATH/pkg/mod/github.com/sugarme/gotch@$GOTCH_VERSION/libtch"
export LIBRARY_PATH=$LIBTORCH/lib
export CPATH=$CPATH:$LIBTORCH/lib:$LIBTORCH/include:$LIBTORCH/include/torch/csrc:$LIBTORCH/include/torch/csrc/api/include

View File

@ -1,6 +1,6 @@
#!/bin/bash
export GOTCH_VERSION="v0.1.0"
export GOTCH_VERSION="v0.1.1"
export LIBTORCH="$GOPATH/pkg/mod/github.com/sugarme/gotch@$GOTCH_VERSION/libtch"
export LIBRARY_PATH=$LIBTORCH/lib
export CPATH=$CPATH:$LIBTORCH/lib:$LIBTORCH/include:$LIBTORCH/include/torch/csrc/api/include