Commit graph

1220 commits

Author SHA1 Message Date
Phillip Cloud
451d6557c5
Merge pull request #1661 from DataEraserC/master 2024-05-25 11:07:03 -04:00
Phillip Cloud
eb18f2f89b
Merge pull request #1665 from cpcloud/avro-python3 2024-05-25 09:37:58 -04:00
Phillip Cloud
bca9a33be9
chore: fix avro-python3 build 2024-05-25 09:02:36 -04:00
Victor Engmark
c57da04393
fix(color-operations): Depends on Cython 0
Done as part of <https://github.com/linz/emergency-management-tools/pull/350>.
2024-05-23 10:30:03 +12:00
Sacabambaspis
b37c4288b6
build-systems: use hatch-fancy-pypi-readme for openai >= 1.15.0 2024-05-19 23:26:52 +08:00
Phillip Cloud
633d96269c
chore: cannot mutually remove the cycle 2024-05-09 06:05:29 -04:00
Phillip Cloud
b5ee3fb1e4
chore: keep optionals 2024-05-09 06:03:31 -04:00
Phillip Cloud
bfc6380fd6
chore: filter the correct list 2024-05-09 06:00:46 -04:00
Phillip Cloud
e3a59e080b
chore: filter out packages that are null 2024-05-09 05:54:13 -04:00
Phillip Cloud
e23120f986
chore: remove branching on isWheel 2024-05-09 05:54:11 -04:00
Phillip Cloud
11b10ad34c
Update overrides/default.nix 2024-05-09 05:54:10 -04:00
Phillip Cloud
7fc3f07977
Update overrides/default.nix 2024-05-09 05:54:09 -04:00
Franz Pletz
e16d91f9cc
feat: add support for fastapi 0.111 2024-05-09 05:54:08 -04:00
Phillip Cloud
1272865a6c
Merge pull request #1644 from l0b0/rpds-py-0-18-1
fix(rpds-py): Support 0.18.1
2024-05-09 05:43:40 -04:00
Phillip Cloud
acf487f287
Merge pull request #1642 from fpletz/ruff-0.4.3
overrides: add hashes for ruff 0.4.3
2024-05-09 05:43:26 -04:00
Phillip Cloud
6aa2f73df7
Merge pull request #1635 from Atry/vllm-0.4.1
fix(vllm): fix up vllm 0.4.2
2024-05-09 05:35:17 -04:00
Franz Pletz
242c054a11 overrides: add hashes for ruff 0.4.3 2024-05-08 17:03:51 -04:00
Phillip Cloud
72611af345
Merge branch 'master' into rpds-py-0-18-1 2024-05-08 14:24:45 -04:00
Phillip Cloud
050703fee8
chore: use cython >= 3 with pyproj >= 3.6.1 2024-05-08 12:59:32 -04:00
Phillip Cloud
e332793cdd
chore: use cython < 3 with pyproj 2024-05-08 12:58:06 -04:00
Victor Engmark
6f2e78efec
fix(rpds-py): Support 0.18.1 2024-05-08 13:49:09 +12:00
Yang, Bo
c9e052d8d1
Merge branch 'master' into vllm-0.4.1 2024-05-06 10:53:42 -07:00
Yang, Bo
67dc515cca Test if vllm-nccl-cu12 exists 2024-05-06 17:46:01 +00:00
Phillip Cloud
e6b3652340
Merge pull request #1640 from cpcloud/fix-magic-for-mac
fix(python-magic): use the right library suffix for mac builds
2024-05-06 13:45:07 -04:00
Phillip Cloud
d541fb256e
Update overrides/default.nix 2024-05-06 13:44:23 -04:00
Phillip Cloud
a450213649
Update overrides/default.nix 2024-05-06 13:43:44 -04:00
Yang, Bo
af59ee4cb7 Remove vllm-nccl-cu12 2024-05-06 17:42:04 +00:00
Phillip Cloud
2efdb18e3e
Update overrides/default.nix 2024-05-06 13:40:03 -04:00
Yang, Bo
ad950d3830
Update default.nix 2024-05-06 10:16:43 -07:00
Yang, Bo
39b5615481
Merge branch 'master' into vllm-0.4.1 2024-05-06 10:05:30 -07:00
Yang, Bo
98ed05b959
Update overrides/default.nix 2024-05-06 10:05:18 -07:00
Phillip Cloud
dcd00902b7
Merge pull request #1636 from Atry/update-torch-2.1.2
Update torch to 2.1.2
2024-05-06 12:53:53 -04:00
Phillip Cloud
8319a8f9a8
fix(mac): use the right library suffix for mac builds 2024-05-06 12:42:12 -04:00
Yang, Bo
0a3158cac8
Update overrides/default.nix 2024-05-06 09:24:33 -07:00
Phillip Cloud
f90cade010
fix(cmdstanpy): ensure that cmdstanpy wheel builds and imports 2024-05-06 08:46:15 -04:00
Phillip Cloud
cd8ae50b08
fix(python-magic): ensure that python-magic wheel builds and imports 2024-05-06 08:38:54 -04:00
Phillip Cloud
9b516ce03c
chore: remove text about setting an environment variable 2024-05-06 08:07:43 -04:00
Phillip Cloud
7a6b813e78
chore: download vllm-nccl-cu12 using standard nix patterns 2024-05-06 08:06:46 -04:00
Yang, Bo
8081f2170f
Update default.nix 2024-05-06 02:24:07 -07:00
Yang, Bo
4804b172dd fix(vllm): Fix up vllm 0.4.2 2024-05-06 08:49:48 +00:00
Yang, Bo
a00527b969 overrides: fix up torch 2.1.2 2024-05-06 06:22:20 +00:00
Yang, Bo
b1d3256604
overrides: add fixups for vllm wheel mode
[vllm](https://github.com/vllm-project/vllm) is a popular server for LLM inference.

1. `autoPatchelfIgnoreMissingDeps` is set for CUDA shared libraries, similar to existing `xxx-cu11` packages.
2. `lib.optionalAttrs (!old.src.isWheel)` are added for the existing fixups that are not compatible with wheels.
2024-05-05 14:32:34 -04:00
Phillip Cloud
5f8df7de2c
chore: spelling 2024-05-05 09:06:10 -04:00
Phillip Cloud
acc2e2bd77
chore: reduce 2024-05-05 09:03:43 -04:00
Phillip Cloud
2098b202ae
chore: reduce 2024-05-05 09:02:31 -04:00
Phillip Cloud
adf64e99a0
chore: cleanup 2024-05-05 08:59:11 -04:00
Bouke van der Bijl
e99a545e05
nvidia: use different method for making libraries work
This symlinks all the .so libraries to $out/lib/ so the autopatchelf hook can find them, instead of relying on torch's inbuilt magic to find the libraries.

I've also formatted it as a separate overlay that generates the override for all the nvidia packages.
2024-05-05 08:57:49 -04:00
Phillip Cloud
b6f2fc7710
Merge pull request #1630 from Smona/django-etc-overrides
Add and fix several django-related build system overrides
2024-05-04 09:01:02 -04:00
Phillip Cloud
27b68655b5
Merge pull request #1626 from tickr/mark-setuptools-google-search-results
Mark google-search-results as needing setuptools
2024-05-04 08:35:54 -04:00
Phillip Cloud
5655206067
chore: fmt 2024-05-04 08:18:12 -04:00