mirror of
https://github.com/karpathy/nanochat.git
synced 2026-04-01 13:15:21 +00:00
wf uv sync --extra cpu
This commit is contained in:
parent
63e4691357
commit
c4efcafaa8
7
.github/workflows/base.yml
vendored
7
.github/workflows/base.yml
vendored
|
|
@ -3,8 +3,7 @@ name: Test
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- gh-wf-v3
|
||||
- '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -15,7 +14,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: ['3.10', '3.11', '3.12', '3.13']
|
||||
python-version: ['3.10']
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
|
@ -32,7 +31,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies with uv
|
||||
run: |
|
||||
uv sync
|
||||
uv sync --extra cpu
|
||||
uv pip install transformers>=4.0.0
|
||||
|
||||
- name: Add nanochat to PYTHONPATH (Unix)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user