.
Some checks failed
Linter / eslint (push) Failing after 9s
Linter / ruff (push) Successful in 10s
Tests / tests on CPU (push) Failing after 11s

This commit is contained in:
soaska 2024-05-03 19:41:16 +03:00
parent a2f8b3cef6
commit 1e4170ea00

View File

@ -28,8 +28,7 @@ jobs:
- name: create venv - name: create venv
run: python -m venv venv run: python -m venv venv
- name: install sentencepiece - name: install sentencepiece
run: curl https://github.com/google/sentencepiece/releases/download/v0.2.0/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl \ run: curl https://github.com/google/sentencepiece/releases/download/v0.2.0/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -o sentencepiece.whl && venv/bin/pip3 install sentencepiece.whl
-o sentencepiece.whl && venv/bin/pip3 install sentencepiece.whl
- name: Cache models - name: Cache models
id: cache-models id: cache-models
uses: actions/cache@v3 uses: actions/cache@v3