mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
added aider[hf]
This commit is contained in:
parent
8890ca1c55
commit
4e07710d4e
7 changed files with 344 additions and 72 deletions
9
scripts/pip-compile.sh
Executable file
9
scripts/pip-compile.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# exit when any command fails
|
||||
set -e
|
||||
|
||||
pip-compile requirements.in $1
|
||||
pip-compile --output-file=requirements-dev.txt requirements-dev.in $1
|
||||
pip-compile --output-file=requirements-hf.txt requirements-hf.in $1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue