runnable_submodules.yml 835 Bytes
Newer Older
Gao, Xiang's avatar
Gao, Xiang committed
1
queue:
2
  name: Hosted Ubuntu 1604
3
  timeoutInMinutes: 300
Gao, Xiang's avatar
Gao, Xiang committed
4

5
6
7
8
9
10
trigger:
  batch: true
  branches:
    include:
    - master

Gao, Xiang's avatar
Gao, Xiang committed
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
variables:
  python.version: '3.7'

steps:

- task: UsePythonVersion@0
  displayName: 'Use Python $(python.version)'
  inputs:
    versionSpec: '$(python.version)'

- script: 'azure/install_dependencies.sh && pip install .'
  displayName: 'Install dependencies'

- script: 'python -m torchani.neurochem.trainer --tqdm tests/test_data/inputtrain.ipt  dataset/ani_gdb_s01.h5 dataset/ani_gdb_s01.h5'
  displayName: NeuroChem Trainer

27
28
29
- script: 'python -m torchani.neurochem.trainer --tqdm tests/test_data/inputtrain.yaml  dataset/ani_gdb_s01.h5 dataset/ani_gdb_s01.h5'
  displayName: NeuroChem Trainer YAML config

Gao, Xiang's avatar
Gao, Xiang committed
30
31
- script: 'python -m torchani.data.cache_aev tmp dataset/ani_gdb_s01.h5 256'
  displayName: Cache AEV