Commit graph

5113 commits

Author SHA1 Message Date
Paul Gauthier
b4bfcc1ff1 set version to 0.43.4-dev 2024-07-11 06:34:15 +01:00
Paul Gauthier
f1cebfdf1a version bump to 0.43.3 2024-07-11 06:32:47 +01:00
Paul Gauthier
c1bb07269a restored build-essentials in docker image 2024-07-11 06:18:28 +01:00
Paul Gauthier
a23355a217 copy 2024-07-10 19:44:21 +01:00
Paul Gauthier
6879f33903 set version to 0.43.3-dev 2024-07-10 19:39:50 +01:00
Paul Gauthier
75eea74b8a version bump to 0.43.2 2024-07-10 19:38:23 +01:00
Paul Gauthier
8b0e941c4d simpler docker build 2024-07-10 19:36:30 +01:00
Paul Gauthier
752e4999cc cpu only for GH actions tests 2024-07-10 17:45:18 +01:00
Paul Gauthier
9e3eb4fce5 move llama core into hf-embed 2024-07-10 17:44:26 +01:00
Paul Gauthier
504a72b5cb handle failed install of hf-embed 2024-07-10 17:35:13 +01:00
Paul Gauthier
ea89ca6eb5 hf -> hf-embed 2024-07-10 17:26:56 +01:00
Paul Gauthier
f688c18b65 offer to install aider[hf] 2024-07-10 16:20:06 +01:00
Paul Gauthier
4e07710d4e added aider[hf] 2024-07-10 15:40:40 +01:00
Paul Gauthier (aider)
8890ca1c55 Added 'aider[hf]' extra to setup.py 2024-07-10 15:36:33 +01:00
Paul Gauthier (aider)
2b7bf39099 Added an aider[dev] extra to the setup.py file. 2024-07-10 15:29:46 +01:00
Paul Gauthier
3414c3ab3b Added support for CPU-only PyTorch requirement in setup.py. 2024-07-10 15:29:45 +01:00
Paul Gauthier
f267f43094 dev-req -> req-dev 2024-07-10 15:28:10 +01:00
Paul Gauthier
84f2b0cbfd cleanup torch cpu magic 2024-07-10 15:27:13 +01:00
Paul Gauthier
cd2aca1d74 simplify multi stage dockerfile 2024-07-10 15:26:43 +01:00
Paul Gauthier
f399609caf Updated HISTORY 2024-07-10 07:38:46 +01:00
Paul Gauthier
700107ea48 Updated HISTORY 2024-07-10 07:38:24 +01:00
Paul Gauthier
116ee8138a set version to 0.43.2-dev 2024-07-10 07:35:54 +01:00
Paul Gauthier
390c26187d version bump to 0.43.1 2024-07-10 07:34:27 +01:00
Paul Gauthier
8f6098160b cleanup 2024-07-10 07:28:52 +01:00
Paul Gauthier (aider)
60ad0dee25 Implemented a multi-stage Dockerfile to reduce the final image size by removing build dependencies. 2024-07-09 18:06:54 +01:00
Paul Gauthier
6c437c0d7a updated dev-reqs 2024-07-09 17:04:29 +01:00
Paul Gauthier
fc5737fbd0 Find the true URL even if another env has cached it 2024-07-09 17:03:01 +01:00
Paul Gauthier
e307be1a9c refactored into get_requirements 2024-07-09 16:39:54 +01:00
Paul Gauthier (aider)
2af9876b76 Removed hardcoded torch version and used the one from requirements.txt 2024-07-09 16:08:44 +01:00
Paul Gauthier
1d2ade748c Updated the TempNamedDir usage to TemporaryDirectory in the setup.py file. 2024-07-09 16:08:43 +01:00
Paul Gauthier (aider)
f568c45f6b Used TempNamedDir instead of tempfile.mkdtemp() to ensure the temporary directory is cleaned up after the subprocess completes. 2024-07-09 16:03:01 +01:00
Paul Gauthier (aider)
472ad976b8 Used a temporary named directory instead of /dev/null in setup.py. 2024-07-09 16:01:26 +01:00
Paul Gauthier
8256f611b4 Removed commented-out sys.exit() statement from setup.py. 2024-07-09 16:01:24 +01:00
Paul Gauthier (aider)
7db1c51919 Subprocess output was processed line-by-line to find and extract the PyTorch URL, and the subprocess was terminated as soon as the URL was found. 2024-07-09 16:00:29 +01:00
Paul Gauthier
72f0686c66 works 2024-07-09 15:59:45 +01:00
Paul Gauthier (aider)
a376f91de6 Extracted PyTorch URL from command output and printed it. 2024-07-09 15:30:38 +01:00
Paul Gauthier
c71d98f1b2 Installed PyTorch version 2.2.2 from the specified URL and exited the script. 2024-07-09 15:30:36 +01:00
Paul Gauthier (aider)
9a39f00c39 Remove --extra-index-url line from requirements.txt and conditionally install torch from the specified URL in setup.py. 2024-07-09 14:40:59 +01:00
Paul Gauthier
9fa70b4b05 Install the cpu-only version of torch 2024-07-09 09:37:10 +01:00
Paul Gauthier
4da073aa08 copy 2024-07-07 17:01:29 -03:00
Paul Gauthier
0f8a17e6af Added Aider's contribution percentage to the release notes. 2024-07-07 13:23:30 -03:00
Paul Gauthier (aider)
365652b899 Accumulated lines written by authors with "(aider)" in their name and printed the percentage of lines edited by Aider in this release. 2024-07-07 13:22:21 -03:00
Paul Gauthier
ebd41533d1 Improved the formatting of the grand total output in the blame script. 2024-07-07 13:22:20 -03:00
Paul Gauthier (aider)
a619318dfe Added percentage contribution for each author to the blame report. 2024-07-07 13:17:19 -03:00
Paul Gauthier (aider)
0153a18bff Added grand total line count summary across all Python files. 2024-07-07 13:17:00 -03:00
Paul Gauthier (aider)
1a9adca83c Implemented script to get commit author line counts for all Python files in the repository. 2024-07-07 13:16:21 -03:00
Paul Gauthier
238b8d018a Added support for counting lines changed per author for a specified file since a given tag. 2024-07-07 13:16:19 -03:00
Paul Gauthier (aider)
1f57e24b47 Implemented the get_commit_authors function to retrieve the authors for each commit. 2024-07-07 13:10:33 -03:00
Paul Gauthier
e8a5af089f Implemented a function to get all commit hashes since a specified tag and added a function to get the commit authors. 2024-07-07 13:10:31 -03:00
Paul Gauthier (aider)
d5de256796 Added command-line argument support to get commit hashes since a specified tag. 2024-07-07 13:05:21 -03:00