"server/text_generation_server/cli.py" did not exist on "e520d5b34917f02504a280f87420fd2a5ce0eeb2"
Commit 1a3427b8 authored by rusty1s's avatar rusty1s
Browse files

update

parent 201aaafb
......@@ -110,15 +110,16 @@ install:
- source activate test
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
- source script/torch.sh
- pip install flake8 codecov
- python setup.py install
- pip install flake8
- pip install codecov
- pip install .[test]
script:
- flake8 .
- python setup.py test
after_success:
- codecov
- python setup.py bdist_wheel --dist-dir=dist
- ls -lah dist/
- codecov
deploy:
provider: s3
region: eu-central-1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment