Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-02-09 19:54:26 +01:00
parent 4e7b5c0b70
commit 42d8ad498e
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@
instead of being used implicitly via quantization, thanks @CalamitousFelicitousness
- refactor: reorganize `cli` scripts
- update `lint` rules, thanks @awsr
- update `requirements`
- **Fixes**
- fix: handle `clip` installer doing unwanted `setuptools` update
- fix: cleanup for `uv` installer fallback
+1
View File
@@ -1124,6 +1124,7 @@ def install_packages():
clip_package = os.environ.get('CLIP_PACKAGE', "git+https://github.com/openai/CLIP.git")
install(clip_package, 'clip', quiet=True, no_build_isolation=True)
install('open-clip-torch', no_deps=True, quiet=True)
install(clip_package, 'ftfy', quiet=True, no_build_isolation=True)
# tensorflow_package = os.environ.get('TENSORFLOW_PACKAGE', 'tensorflow==2.13.0')
# tensorflow_package = os.environ.get('TENSORFLOW_PACKAGE', None)
# if tensorflow_package is not None:
+1 -1
View File
@@ -55,7 +55,7 @@ protobuf==4.25.3
pytorch_lightning==2.6.0
urllib3==1.26.19
Pillow==10.4.0
timm==1.0.16
timm==1.0.24
pyparsing==3.2.3
typing-extensions==4.14.1
sentencepiece==0.2.1