update v2.7.5
Browse files- .gitattributes +1 -0
- ax-immich-server-aarch64.tar.gz +2 -2
- docker-deploy.zip +2 -2
- immich_ml-2.7.5-py3-none-any.whl +3 -0
- requirements.txt +17 -16
.gitattributes
CHANGED
|
@@ -47,3 +47,4 @@ asset/rpi5-with-m.2-card.png filter=lfs diff=lfs merge=lfs -text
|
|
| 47 |
asset/immich-logo.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
asset/immich-screenshots.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
asset/text-to-image-retrieval-01.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 47 |
asset/immich-logo.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
asset/immich-screenshots.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
asset/text-to-image-retrieval-01.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
immich_ml-2.7.5-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
ax-immich-server-aarch64.tar.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a270dec480c6d078adc9f374c0d2c727c74496b08cbf46fd3227090687fa3dee
|
| 3 |
+
size 502132230
|
docker-deploy.zip
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:145659def275874614c770b8126e6c47127fd0fae31d0c981ad73fef624ee78d
|
| 3 |
+
size 7434
|
immich_ml-2.7.5-py3-none-any.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19d37a750ab1c1917c83b7c9f8803d976b18c8ba5b3d39893b24f838bd9e8810
|
| 3 |
+
size 110932
|
requirements.txt
CHANGED
|
@@ -1,17 +1,18 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
onnxruntime
|
| 9 |
-
|
| 10 |
-
huggingface_hub
|
| 11 |
-
tokenizers
|
| 12 |
-
opencv-python
|
| 13 |
-
insightface
|
| 14 |
-
aiocache
|
| 15 |
-
python-multipart
|
| 16 |
-
cffi
|
| 17 |
-
ml_dtypes
|
|
|
|
| 1 |
+
aiocache>=0.12.1,<1.0
|
| 2 |
+
fastapi>=0.95.2,<1.0
|
| 3 |
+
gunicorn>=21.1.0
|
| 4 |
+
huggingface-hub>=0.20.1,<1.0
|
| 5 |
+
insightface>=0.7.3,<2.0
|
| 6 |
+
numpy<2.4.0
|
| 7 |
+
opencv-python-headless>=4.7.0.72,<5.0
|
| 8 |
+
orjson>=3.9.5
|
| 9 |
+
pillow>=12.1.1,<12.2
|
| 10 |
+
pydantic>=2.0.0,<3
|
| 11 |
+
pydantic-settings>=2.5.2,<3
|
| 12 |
+
python-multipart>=0.0.6,<1.0
|
| 13 |
+
rich>=13.4.2
|
| 14 |
+
tokenizers>=0.15.0,<1.0
|
| 15 |
+
uvicorn[standard]>=0.22.0,<1.0
|
| 16 |
+
rapidocr>=3.1.0
|
| 17 |
onnxruntime
|
| 18 |
+
Cython
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|