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

This commit is contained in:
soaska 2024-05-03 19:42:59 +03:00
parent 1e4170ea00
commit bcd760aa23

View File

@ -28,7 +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 -o sentencepiece.whl && venv/bin/pip3 install sentencepiece.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-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl && venv/bin/pip3 install sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- name: Cache models - name: Cache models
id: cache-models id: cache-models
uses: actions/cache@v3 uses: actions/cache@v3