[model] add gpt oss (#8826)

This commit is contained in:
Yaowei Zheng
2025-08-06 05:56:46 +08:00
committed by GitHub
parent c709c0378d
commit 4dfad24902
10 changed files with 97 additions and 16 deletions

View File

@@ -72,6 +72,11 @@ jobs:
run: |
python -m pip install "transformers==${{ matrix.transformers }}"
- name: Install transformers to avoid mac os ci errors
if: ${{ matrix.os == 'macos-13' }}
run: |
python -m pip install "transformers<=4.51.3"
- name: Cache files
id: hf-hub-cache
uses: actions/cache@v4