lets try github version
Some checks failed
Linter / ruff (push) Successful in 11s
Linter / eslint (push) Failing after 11s

This commit is contained in:
soaska 2024-05-03 19:39:26 +03:00
parent ee7b360fab
commit a2f8b3cef6

View File

@ -27,6 +27,9 @@ jobs:
launch.py
- name: create venv
run: python -m venv venv
- 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
- name: Cache models
id: cache-models
uses: actions/cache@v3