"src/llamafactory/model/model_utils/checkpointing.py" did not exist on "6cedac147c989817368a06ac32ea206ed05e7232"
tests.yml 456 Bytes
Newer Older
Gao, Xiang's avatar
Gao, Xiang committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
queue:
  name: Hosted Linux Preview

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 nose coverage codecov'
  displayName: 'Install dependencies'

- script: 'python setup.py nosetests'
  displayName: Unit tests
Gao, Xiang's avatar
Gao, Xiang committed
19
20
21

- script: 'codecov -t $(codecov.token)'
  displayName: Upload coverage