Skip to content

Commit

Permalink
Merge pull request #1 from pfnet-research/v0.1.0
Browse files Browse the repository at this point in the history
update version v0.1.0
  • Loading branch information
corochann authored May 10, 2021
2 parents 5a84423 + 0f02b7c commit a50c3c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .flexci/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
IMAGE_BASE="${1:-}"
IMAGE_PUSH=1
if [ "${IMAGE_BASE}" = "" ]; then
IMAGE_BASE="torch-dftd3"
IMAGE_BASE="torch-dftd"
IMAGE_PUSH=0
fi

Expand Down
2 changes: 1 addition & 1 deletion .flexci/pytest_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eu

#IMAGE=pytorch/pytorch:1.5.1-cuda10.1-cudnn7-devel
IMAGE=asia.gcr.io/pfn-public-ci/torch-dftd3-ci:torch15
IMAGE=asia.gcr.io/pfn-public-ci/torch-dftd-ci:torch15


main() {
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ pytorch implementation of dftd2 [1] & dftd3 [2, 3]
## Install

```bash
# Install from pypi
pip install torch-dftd

# Install from source (for developers)
git clone https://github.com/pfnet-research/torch-dftd
pip install -e .
```
Expand Down
2 changes: 1 addition & 1 deletion torch_dftd/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit a50c3c2

Please sign in to comment.