Andrew Rowson
|
37e5b91dc2
|
fix(server): ml gunicorn listen on ipv4 and ipv6 by default (#7930)
|
2024-03-13 12:13:56 -05:00 |
|
renovate[bot]
|
4b4ebe4f80
|
fix(deps): update machine-learning (#7871)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-03-11 23:26:43 -04:00 |
|
Alex The Bot
|
4027cba4eb
|
Version v1.98.2
|
2024-03-11 14:17:12 +00:00 |
|
Alex The Bot
|
430561d692
|
Version v1.98.1
|
2024-03-08 23:44:13 +00:00 |
|
Sam Holton
|
dbb6a8dc2a
|
fix(server): remove shared links during user delete (#7696)
* fix(server): remove shared links during user delete
* add delete cascade for shared links
|
2024-03-07 17:21:23 -05:00 |
|
Alex The Bot
|
7dc5e0cc4f
|
Version v1.98.0
|
2024-03-07 19:22:14 +00:00 |
|
Alex Tran
|
ba5d5256b1
|
Revert "Version v1.98.0"
This reverts commit 9b1a379fa6 .
|
2024-03-07 12:04:54 -06:00 |
|
Alex The Bot
|
9b1a379fa6
|
Version v1.98.0
|
2024-03-07 17:40:40 +00:00 |
|
renovate[bot]
|
4c0bb2308c
|
fix(deps): update machine-learning (#7634)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-03-06 00:24:33 -05:00 |
|
DawidPietrykowski
|
e8b001f62f
|
feat: preloading of machine learning models (#7540)
|
2024-03-03 19:48:56 -05:00 |
|
martin
|
8ce18b3403
|
feat(machine-learning): support cuda 12 (#7569)
* feat: support cuda12
* fix: group optional
* move to cuda 12
* pr feedback
|
2024-03-02 23:36:16 -05:00 |
|
Alex The Bot
|
6f53e83d49
|
Version v1.97.0
|
2024-02-28 22:34:00 +00:00 |
|
Alex The Bot
|
6d91c23f65
|
Version v1.96.0
|
2024-02-27 20:14:58 +00:00 |
|
renovate[bot]
|
fd301a3261
|
fix(deps): update dependency orjson to v3.9.15 [security] (#7438)
|
2024-02-27 10:59:28 -05:00 |
|
renovate[bot]
|
8965c25f54
|
chore(deps): update machine-learning (#7451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-27 00:53:37 -05:00 |
|
Mert
|
7e18e69c1c
|
fix(ml): only use openvino if a gpu is available (#7450)
use `device_type`
|
2024-02-27 00:45:14 -05:00 |
|
Sourav Agrawal
|
2a75f884d9
|
Fix Smart Search when using OpenVINO (#7389)
* Fix external_path loading in OpenVINO EP
* Fix ruff lint
* Wrap block in try finally
* remove static input shape code
* add unit test
* remove unused imports
* remove repeat line
* linting
* formatting
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
|
2024-02-24 18:22:27 -05:00 |
|
renovate[bot]
|
a771f33fa3
|
chore(deps): update machine-learning (#7225)
|
2024-02-21 01:12:38 -05:00 |
|
Alex The Bot
|
7c34d0595e
|
Version v1.95.1
|
2024-02-21 04:02:43 +00:00 |
|
Alex The Bot
|
302d98ebe1
|
Version v1.95.0
|
2024-02-20 16:52:23 +00:00 |
|
martin
|
ddae707ea9
|
fix: shell scripts (#7186)
* fix: bash scripts
* pr feedback
* wrong variable
* ci: add shellcheck workflow
* fix: missing scripts
|
2024-02-18 17:03:01 -06:00 |
|
renovate[bot]
|
3cfe2dd31f
|
chore(deps): update machine-learning (#7084)
|
2024-02-13 16:04:40 +00:00 |
|
renovate[bot]
|
a0159251d9
|
chore(deps): update machine-learning (#7074)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-13 09:02:32 -05:00 |
|
renovate[bot]
|
2b8ec30767
|
chore(deps): update machine-learning (major) (#6934)
* chore(deps): update machine-learning
* formatting
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
|
2024-02-12 22:29:15 -05:00 |
|
renovate[bot]
|
bfba81de94
|
chore(deps): update machine-learning (#6931)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-12 21:08:17 -05:00 |
|
renovate[bot]
|
a8fefe4467
|
fix(deps): update dependency python-multipart to v0.0.7 [security] (#7054)
|
2024-02-12 13:32:12 -05:00 |
|
Fynn Petersen-Frey
|
49c378d706
|
fix(ml): re-enable ARMNN integration (#7053)
|
2024-02-12 13:29:55 -05:00 |
|
Mert
|
0c4df216d7
|
feat(ml): improve test coverage (#7041)
* update e2e
* tokenizer tests
* more tests, remove unnecessary code
* fix e2e setting
* add tests for loading model
* update workflow
* fixed test
|
2024-02-11 17:58:56 -05:00 |
|
Mert
|
c9b7f4e690
|
chore(ml): make execution provider log info-level (#7024)
* change debug log to info
* update test
|
2024-02-11 06:12:11 +00:00 |
|
renovate[bot]
|
f7d0a8ed0a
|
fix(deps): update dependency fastapi to v0.109.1 [security] (#6923)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-06 12:21:24 +01:00 |
|
Mert
|
79d3342c3d
|
fix(ml): openvino not working with dynamic axes (#6871)
* convert to static
* add comment about gross code
* formatting
* fixed test
* fix typing
* cleanup
* formatting
* Revert "formatting"
This reverts commit 073965c47e .
* Revert "cleanup"
This reverts commit bb56bd3297 .
* formatting
|
2024-02-03 05:35:26 +00:00 |
|
Alex The Bot
|
07466fa7b7
|
Version v1.94.1
|
2024-01-31 19:21:00 +00:00 |
|
Alex The Bot
|
a7ed2b7132
|
Version v1.94.0
|
2024-01-31 15:41:53 +00:00 |
|
renovate[bot]
|
2bcba526df
|
fix(deps): update machine-learning (#6745)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-01-29 20:43:14 -05:00 |
|
Mert
|
f52994e8ca
|
fix(ml): model paths not working (#6705)
* fix str enum string repr
* fixed typing
|
2024-01-28 20:54:33 +00:00 |
|
Mert
|
a84b6f5fb1
|
feat(ml): conditionally download .armnn models (#6650)
|
2024-01-28 10:31:59 -05:00 |
|
Mert
|
2249f7d42a
|
fix(ml): handle missing context_length field (#6695)
* handle missing `context_length` field
* specify list type
|
2024-01-27 19:50:50 -05:00 |
|
Mert
|
ca28e1e7a8
|
fix(ml): error logging (#6646)
* fix ml error logging
* exclude certain libraries from traceback
|
2024-01-26 00:26:27 +00:00 |
|
renovate[bot]
|
1c35110806
|
fix(deps): update dependency orjson to v3.9.12 (#6600)
|
2024-01-23 18:10:10 -05:00 |
|
renovate[bot]
|
871d0c725f
|
chore(deps): pin dependencies (#6436)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-01-22 11:08:00 -05:00 |
|
Mert
|
95cfe22866
|
feat(ml)!: cuda and openvino acceleration (#5619)
* cuda and openvino ep, refactor, update dockerfile
* updated workflow
* typing fixes
* added tests
* updated ml test gh action
* updated README
* updated docker-compose
* added compute to hwaccel.yml
* updated gh matrix
updated gh matrix
updated gh matrix
updated gh matrix
updated gh matrix
give up
* remove cuda/arm64 build
* add hwaccel image tags to docker-compose
* remove unnecessary quotes
* add suffix to git tag
* fixed kwargs in base model
* armnn ld_library_path
* update pyproject.toml
* add armnn workflow
* formatting
* consolidate hwaccel files, update docker compose
* update hw transcoding docs
* add ml hwaccel docs
* update dev and prod docker-compose
* added armnn prerequisite docs
* support 3.10
* updated docker-compose comments
* formatting
* test coverage
* don't set arena extend strategy for openvino
* working openvino
* formatting
* fix dockerfile
* added type annotation
* add wsl configuration for openvino
* updated lock file
* copy python3
* comment out extends section
* fix platforms
* simplify workflow suffix tagging
* simplify aio transcoding doc
* update docs and workflow for `hwaccel.yml` change
* revert docs
|
2024-01-21 18:22:39 -05:00 |
|
Alex The Bot
|
4ebb9974ff
|
Version v1.93.3
|
2024-01-20 16:03:18 +00:00 |
|
Alex The Bot
|
3dddc6b449
|
Version v1.93.2
|
2024-01-19 18:29:04 +00:00 |
|
Alex The Bot
|
d5af357992
|
Version v1.93.1
|
2024-01-19 15:01:17 +00:00 |
|
Alex The Bot
|
fa0b7c8563
|
Version v1.93.0
|
2024-01-19 02:14:46 +00:00 |
|
Mert
|
68f52818ae
|
feat(server): separate face clustering job (#5598)
* separate facial clustering job
* update api
* fixed some tests
* invert clustering
* hdbscan
* update api
* remove commented code
* wip dbscan
* cleanup
removed cluster endpoint
remove commented code
* fixes
updated tests
minor fixes and formatting
fixed queuing
refinements
* scale search range based on library size
* defer non-core faces
* optimizations
removed unused query option
* assign faces individually for correctness
fixed unit tests
remove unused method
* don't select face embedding
update sql
linting
fixed ml typing
* updated job mock
* paginate people query
* select face embeddings because typeorm
* fix setting face detection concurrency
* update sql
formatting
linting
* simplify logic
remove unused imports
* more specific delete signature
* more accurate typing for face stubs
* add migration
formatting
* chore: better typing
* don't select embedding by default
remove unused import
* updated sql
* use normal try/catch
* stricter concurrency typing and enforcement
* update api
* update job concurrency panel to show disabled queues
formatting
* check jobId in queueAll
fix tests
* remove outdated comment
* better facial recognition icon
* wording
wording
formatting
* fixed tests
* fix
* formatting & sql
* try to fix sql check
* more detailed description
* update sql
* formatting
* wording
* update `minFaces` description
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
|
2024-01-18 00:08:48 -05:00 |
|
renovate[bot]
|
d3ff2408bc
|
chore(deps): update mambaorg/micromamba:bookworm-slim docker digest to 377aafa (#6434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-01-16 16:39:31 -05:00 |
|
Mert
|
e2666f0e74
|
fix(ml): remove unused import (#6356)
* remove unused import
* formatting
|
2024-01-13 00:25:26 -05:00 |
|
renovate[bot]
|
20be42cec0
|
chore(deps): update machine-learning (#6302)
* chore(deps): update machine-learning
* fix typing, use new lifespan syntax
* wrap in try / finally
* move log
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
|
2024-01-13 05:00:09 +00:00 |
|
Fynn Petersen-Frey
|
753292956e
|
feat(ml): ARMNN acceleration (#5667)
* feat(ml): ARMNN acceleration for CLIP
* wrap ANN as ONNX-Session
* strict typing
* normalize ARMNN CLIP embedding
* mutex to handle concurrent execution
* make inputs contiguous
* fine-grained locking; concurrent network execution
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
|
2024-01-11 18:26:46 +01:00 |
|