mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
26 lines
403 B
YAML
26 lines
403 B
YAML
|
name: base
|
||
|
channels:
|
||
|
- conda-forge
|
||
|
- nvidia
|
||
|
- pytorch-nightly
|
||
|
platforms:
|
||
|
- linux-64
|
||
|
dependencies:
|
||
|
- cxx-compiler
|
||
|
- onnx==1.*
|
||
|
- onnxruntime==1.*
|
||
|
- open-clip-torch==2.*
|
||
|
- orjson==3.*
|
||
|
- pip
|
||
|
- python==3.11.*
|
||
|
- pytorch
|
||
|
- rich==13.*
|
||
|
- safetensors==0.*
|
||
|
- setuptools==68.*
|
||
|
- torchvision
|
||
|
- transformers==4.*
|
||
|
- pip:
|
||
|
- multilingual-clip
|
||
|
- onnx-simplifier
|
||
|
category: main
|