File size: 733 Bytes
6a3ad5b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b98d24d
6a3ad5b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[tool.poetry]
name = "clip-variants"
version = "0.1.0"
description = ""
authors = ["Miha Lunar <mlunar@gmail.com>"]
readme = "README.md"
packages = [{include = "clip_variants"}]

[tool.poetry.dependencies]
python = "^3.9"
onnxmltools = "^1.11.1"
packaging = "^21.3"
torch = "^1.12.1"
clip = {git = "https://github.com/openai/CLIP.git"}
torchvision = "^0.13.1"
ftfy = "^6.1.1"
regex = "^2022.9.13"
tqdm = "^4.64.1"
onnxruntime = "^1.12.1"
onnxconverter-common = "^1.12.2"
tabulate = "^0.8.10"
numpy = "^1.23.3"
Pillow = "^9.2.0"
onnx = "^1.12.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[[tool.poetry.source]]
name = "torch"
url = "https://download.pytorch.org/whl/cu116"
secondary = true