File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66jobs :
77 ai-smoke :
88 runs-on : ubuntu-latest
9- timeout-minutes : 45
9+ timeout-minutes : 90
1010 env :
1111 PYTHONUNBUFFERED : " 1"
1212 MODAL_TOKEN_ID : ${{ secrets.MODAL_TOKEN_ID }}
1818 TRAINED_MODEL_BASE_MODEL : " Qwen/Qwen2.5-7B-Instruct"
1919 TRAINED_MODEL_ADAPTER_PATH : " _smoke_artifacts/lora_solid_adapter"
2020 HF_HUB_DISABLE_TELEMETRY : " 1"
21+ HF_HUB_ENABLE_HF_TRANSFER : " 1"
22+ TRAINED_MODEL_CPU_THREADS : " 4"
2123 steps :
2224 - name : Checkout
2325 uses : actions/checkout@v4
3032 - name : Install dependencies
3133 run : |
3234 pip install -r requirements.txt
33- pip install modal
35+ pip install modal hf_transfer
3436 pip install torch==2.4.1 --index-url https://download.pytorch.org/whl/cpu
3537 pip install "transformers>=4.46.0" "peft>=0.13.2" "accelerate>=1.0.1" "sentencepiece>=0.2.0"
3638
You can’t perform that action at this time.
0 commit comments