psychedelicious
699736486b
chore: bump torch to 2.7.0
...
- Update `pyproject.toml`
- Update `pins.json` so launcher installs latest CUDA 12.8 & ROCm 6.3
2025-05-19 12:29:51 +10:00
psychedelicious
e15194a45d
Revert "ci: change pyproject.toml to trigger uv lock check (it should fail)"
...
This reverts commit b802933190 .
2025-04-15 07:06:23 +10:00
psychedelicious
e71ea309e7
ci: change pyproject.toml to trigger uv lock check (it should fail)
2025-04-15 07:06:23 +10:00
Ryan Dick
883297c809
Bump diffusers to dev version with CogView4 support.
2025-04-10 10:50:13 +10:00
Eugene Brodsky
ab2d203d5e
fix(build): re-add sentencepiece which is apparently needed by gguf, but is not defined as its dependency
2025-04-04 16:26:20 -04:00
psychedelicious
405cfd46e7
build: remove pin on spandrel dependency
2025-04-04 18:42:13 +11:00
psychedelicious
9cc9a5c8b0
build: add comment about torchsde to pyproject
2025-04-04 18:42:13 +11:00
psychedelicious
ddc0461882
build: remove pin on gguf dependency
...
This allows it to pull in sentencepiece on its own. In 0.10.0, it didn't have this package listed as a dependency, but in recent releases it does. So we are able to remove sentencepiece as an explicit dep.
2025-04-04 18:42:13 +11:00
psychedelicious
0f09091a26
build: remove unused clip_anytorch dependency
2025-04-04 18:42:13 +11:00
psychedelicious
dedb77b6f2
build: remove unused pytorch-lightning dependency
2025-04-04 18:42:13 +11:00
psychedelicious
89f8dbee6c
build: remove unused pyreadline3 dependency
2025-04-04 18:42:13 +11:00
psychedelicious
8b0dc8ce84
build: remove unused pyperclip dependency
2025-04-04 18:42:13 +11:00
psychedelicious
018121e407
build: remove unused pympler dependency
2025-04-04 18:42:13 +11:00
psychedelicious
095025b637
build: remove unused scikit-image dependency
2025-04-04 18:42:13 +11:00
psychedelicious
ed8487659e
build: remove unused npyscreen dependency
2025-04-04 18:42:13 +11:00
psychedelicious
3745d2be0c
build: remove unused torchmetrics dependency
2025-04-04 18:42:13 +11:00
psychedelicious
b5206e204f
build: remove unused datasets dependency
2025-04-04 18:42:13 +11:00
psychedelicious
b237ccbdd8
build: remove unused click dependency
2025-04-04 18:42:13 +11:00
psychedelicious
224ebc72ae
build: remove unused omegaconf dependency
2025-04-04 18:42:13 +11:00
psychedelicious
05c3d47be9
build: remove unused facexlib dependency
2025-04-04 18:42:13 +11:00
psychedelicious
a4d709c169
build: remove unused timm dependency
2025-04-04 18:42:13 +11:00
psychedelicious
9c287038e4
build: remove unused matplotlib dep
2025-04-04 18:42:13 +11:00
psychedelicious
bab0b6d069
build: move humanize to test deps
2025-04-04 18:42:13 +11:00
psychedelicious
8e013ef3be
build: remove unused albumentations dependency
...
This is not used
2025-04-04 18:42:13 +11:00
psychedelicious
5d8fe9fb56
build: remove controlnet_aux dependency, remove pin for timm
2025-04-04 18:42:13 +11:00
psychedelicious
3ebe96765a
build: restore prev setuptools config to fix wheel build
2025-04-04 18:42:13 +11:00
psychedelicious
dfd8b8f220
chore: remove pydantic pin
2025-04-04 18:42:13 +11:00
Eugene Brodsky
4d58c222f3
resolve conflict between timm version needed by LLaVA and controlnet-aux
2025-04-04 18:42:13 +11:00
Eugene Brodsky
e3c441fda4
remove obsoleted depenencies that were used by the CLI
2025-04-04 18:42:13 +11:00
Eugene Brodsky
3676160496
use uv.lock to pin dependencies
2025-04-04 18:42:13 +11:00
Eugene Brodsky
8e6ebb537b
upgrade pytorch and unpin some of the strict dependency pins to facilitate upgrading co-dependencies.
...
we will use uv.lock to ensure reproducibility
2025-04-04 18:42:13 +11:00
Eugene Brodsky
d26b7a1a12
Merge branch 'main' into pin-timm-for-llava
2025-03-31 11:37:29 -04:00
psychedelicious
96c0393fe7
ci: bump ruff to 0.11.2
...
Need to bump both CI and pyproject.toml at the same time
2025-03-28 18:28:32 -04:00
Eugene Brodsky
3f12a43e75
remove pin for controlnet-aux and pin timm to a version that works with llava
...
timm < 1.0.0 prevents llava models from working (broken in transformers). but controlnet-aux pinned it to an earlier version because otherwise it was breaking the ZoeDepth controlnet.
we don't use ZoeDepth (replaced by depthAnything), and downgrading controlnet-aux seems to be acceptable.
more context here:
https://github.com/huggingface/controlnet_aux/issues/106
https://github.com/huggingface/controlnet_aux/pull/101
2025-03-26 16:58:18 -04:00
Billy
7f93f1b600
Dependencies
2025-03-17 12:57:13 +11:00
Billy
bfdace6437
New API for model classification
2025-03-11 08:34:34 +11:00
Billy
551c78d9f3
Update ruff version
2025-03-06 09:10:50 +11:00
Kevin Turner
3848e1926b
chore(docker): reduce size between docker builds
...
by adding a layer with all the pytorch dependencies that don't change most of the time.
2025-01-18 09:10:54 -08:00
Ryan Dick
65fcbf5f60
Bump bitsandbytes. The new verson contains improvements to state_dict loading/saving for LLM.int8 and promises improved speed on some HW.
2024-12-24 14:32:11 +00:00
Eugene Brodsky
59f42f4682
(pkg) reduce max supported python version as we have not yet tested 3.12 well enough
2024-12-04 17:02:08 +00:00
Richard Lyons
bd478360d9
Upgrade docker build to ubuntu 24
2024-12-04 17:02:08 +00:00
Ryan Dick
3a27242838
Bump transformers. The main motivation for this bump is to ingest a fix for DepthAnything postprocessing artifacts.
2024-11-27 07:46:16 -08:00
Brandon Rising
3ebd8d7d1b
Fix .icc asset file in pyproject.toml
2024-11-19 07:02:37 -08:00
Brandon Rising
991f63e455
Store CIELab_to_UPLab.icc within the repo
2024-11-19 07:02:37 -08:00
Mary Hipp
51d0931898
remove GPL-3 licensed package easing-functions
2024-11-18 08:55:17 -05:00
Eugene Brodsky
0f11fda65a
fix(deps): pin mediapipe strictly to a known working version
2024-11-04 10:16:19 -05:00
Eugene Brodsky
6c33e02141
fix(pkg): pin torch to <2.5.0 to prevent unnecessary downloads
...
pip's dependency resolution doesn't take into account transitive
dependencies when choosing package versions for download.
Even though `torch=~2.4.1` is required by `diffusers`, pip will
download 2.5.0 and higher, but only install 2.4.1.
Pinning torch to <2.5.0 prevents this behaviour.
2024-11-01 12:27:28 -04:00
Eugene Brodsky
88b8e3e3d5
chore(deps): adjust pins for torch, numpy, other dependencies, to satisfy stricted dependency resolution
2024-10-31 16:26:53 -04:00
Ryan Dick
58bb97e3c6
Bump diffusers, accelerate, and huggingface-hub.
2024-10-28 13:05:17 -04:00
Brandon Rising
3da8076a2b
fix: Pin onnx versions to builds that don't require rare dlls
2024-10-12 10:36:51 -04:00