Pierre Chapuis
|
7ca1774b5f
|
add box segmenter solution
CI / lint_and_typecheck (push) Has been cancelled
Deploy docs to GitHub Pages / Deploy docs (push) Has been cancelled
Spell checker / Spell check (push) Has been cancelled
|
2024-08-30 09:26:53 +02:00 |
|
Pierre Chapuis
|
10dfa73a09
|
Add Multi-View Aggregation Network (MVANet)
Co-authored-by: Pierre Colle <piercus@gmail.com>
|
2024-08-26 13:59:02 +02:00 |
|
limiteinductive
|
1de567590b
|
fix typing issues coming from torch 2.4 version ; typing is not guaranteed for torch < 2.4
|
2024-08-02 12:02:00 +02:00 |
|
Pierre Chapuis
|
299217f45a
|
bump pillow and pyright
|
2024-07-17 19:22:16 +02:00 |
|
Pierre Chapuis
|
2c6dec15f0
|
update all deps in lockfile
|
2024-06-24 17:19:05 +02:00 |
|
Pierre Chapuis
|
567cc9c6d9
|
update pyright
|
2024-06-24 11:12:29 +02:00 |
|
Laurent
|
3ad7f592db
|
(training_utils) add NeptuneCallback
|
2024-05-28 16:35:11 +02:00 |
|
Laurent
|
eb4bb34f8b
|
(training_utils) add new ForceCommit callback
|
2024-04-16 14:43:10 +02:00 |
|
Cédric Deltheil
|
c529006d13
|
get rid of invisible-watermark test dependency
Was needed originally for diffusers' StableDiffusionXLPipeline. It has
been relaxed in the meanwhile (see `add_watermarker` for details).
|
2024-04-03 14:48:56 +02:00 |
|
Pierre Chapuis
|
6c40f56c3f
|
make numpy dependency explicit
|
2024-04-02 18:15:52 +02:00 |
|
Pierre Chapuis
|
fd5a15c7e0
|
update pyright and fix Pillow 10.3 typing issues
|
2024-04-02 18:15:52 +02:00 |
|
hugojarkoff
|
a93ceff752
|
Add HQ-SAM Adapter
|
2024-03-21 15:36:55 +01:00 |
|
Pierre Chapuis
|
defbb9eb3a
|
update deps and use ruff in Rye to format
|
2024-03-05 19:40:52 +01:00 |
|
Laurent
|
d590c0e2fa
|
add typos to dev-dependencies, also remove ruff from non dev-dependencies
|
2024-02-09 12:12:51 +01:00 |
|
Pierre Chapuis
|
4e80d295bd
|
ruff 0.2.0
|
2024-02-02 14:46:37 +01:00 |
|
Laurent
|
84d5796f08
|
(pyproject.toml) move doc deps inside their own project.optional-dependencies
+ add `black` formatter, required by mkdocstrings to format signatures
|
2024-02-02 11:08:21 +01:00 |
|
Pierre Chapuis
|
7eb8eb4c68
|
add support for pytorch 2.2 (2.1 is still supported)
also bump all dev dependencies to their latest version
|
2024-01-31 15:03:06 +01:00 |
|
Cédric Deltheil
|
c01dad1c77
|
requirements.lock: update due to rye 0.19.0
i.e. newly added `lock --with-sources` option
|
2024-01-29 15:10:06 +01:00 |
|
Cédric Deltheil
|
b40a3d2fa7
|
refresh requirements.lock
Follow up of 0f56043
|
2023-12-21 09:51:26 +01:00 |
|
Cédric Deltheil
|
4fc5e427b8
|
training_utils: fix extra detection
Requirements could be, e.g.:
wandb (>=0.15.7,<0.16.0) ; extra == "training"
Or:
wandb>=0.16.0; extra == 'training'
Follow up of 86c5497
|
2023-12-08 19:09:16 +01:00 |
|
limiteinductive
|
86c54977b9
|
replace poetry by rye for python dependency management
Co-authored-by: Cédric Deltheil <cedric@deltheil.me>
Co-authored-by: Pierre Chapuis <git@catwell.info>
|
2023-12-08 17:40:10 +01:00 |
|