ci: fix train-quick

This commit is contained in:
Fam Zheng 2025-11-23 18:51:31 +00:00
parent 5b1b013a9f
commit 9f1d6784f8
2 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ ailab:
tags: tags:
- ailab - ailab
before_script: before_script:
- python3 -m venv $HOME/venv - test -d $HOME/venv || python3 -m venv $HOME/venv
- source $HOME/venv/bin/activate - source $HOME/venv/bin/activate
- pip install uv --index-url https://pypi.tuna.tsinghua.edu.cn/simple - pip install uv --index-url https://pypi.tuna.tsinghua.edu.cn/simple
- export PATH="$HOME/venv/bin:$HOME/.local/bin:$PATH" - export PATH="$HOME/venv/bin:$HOME/.local/bin:$PATH"

0
emblem5/ai/train2.py Normal file → Executable file
View File