blob: f6fb85a58e0369f7e7c18b279c6ab7db5925b8a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[project]
name = "base-model"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"torch>=2.9.1",
"transformers>=4.57.3",
]
[[tool.uv.index]]
url = "https://mirrors.aliyun.com/pypi/simple"
default = true
|