blob: 0e9a82ba394928de0b0ed0b1a2e495111647839a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[project]
name = "base-model"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=6.2.0",
"onnx>=1.20.0",
"onnxruntime>=1.23.2",
"onnxscript>=0.5.7",
"pynvml>=13.0.1",
"torch>=2.9.1",
"transformers>=4.57.3",
]
[[tool.uv.index]]
url = "https://mirrors.aliyun.com/pypi/simple"
default = true
|