mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
move llama core into hf-embed
This commit is contained in:
parent
504a72b5cb
commit
9e3eb4fce5
8 changed files with 26 additions and 113 deletions
2
.github/workflows/ubuntu-tests.yml
vendored
2
.github/workflows/ubuntu-tests.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install .[hf-embed]
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
|
2
.github/workflows/windows-tests.yml
vendored
2
.github/workflows/windows-tests.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install .[hf-embed]
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue