Renamed mistral tool to mistral_api
This commit is contained in:
19
tools/mistral_api_train/pyproject.toml
Normal file
19
tools/mistral_api_train/pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=42", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "mistral_api_train"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.8"
|
||||
|
||||
dependencies = [
|
||||
"llm_engine_utils[dataset] @ file:///root/sia/lib/llm_engine_utils",
|
||||
"mistral-common>=1.0.0",
|
||||
"mistralai>=0.0.7",
|
||||
"python-dotenv>=1.0.0",
|
||||
"requests>=2.28.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
mistral_api_train = "mistral_api_train.__main__:main"
|
||||
Reference in New Issue
Block a user