mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
simplify and use pythorch 3.12
This commit is contained in:
4
.github/workflows/basic-tests-windows-uv.yml
vendored
4
.github/workflows/basic-tests-windows-uv.yml
vendored
@@ -29,14 +29,14 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
curl -fsSL https://astral.sh/uv/install.sh | bash
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
uv python install 3.11
|
||||
uv python install 3.12
|
||||
export UV_PIP_OPTS="--no-binary tensorflow-io-gcs-filesystem"
|
||||
uv sync --dev
|
||||
uv pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
|
||||
|
||||
Reference in New Issue
Block a user