added aider[hf]

This commit is contained in:
Paul Gauthier 2024-07-10 15:40:40 +01:00
parent 8890ca1c55
commit 4e07710d4e
7 changed files with 344 additions and 72 deletions

9
scripts/pip-compile.sh Executable file
View 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