ZEUS-8B-V2-CHAT / pyproject.toml
T145
Fixed chatting
243c6d6
raw
history blame
553 Bytes
[project]
authors = [{name = "T145", email = "[email protected]"}]
description = "Add a short description here"
name = "ChatDemo"
requires-python = "< 3.11"
version = "1.0.0"
dependencies = ["llama-cpp-python>=0.3.5,<0.4"]
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.pixi.project]
channels = ["conda-forge", "huggingface"]
platforms = ["win-64"]
[tool.pixi.pypi-dependencies]
chatdemo = { path = ".", editable = true }
[tool.pixi.tasks]
[tool.pixi.dependencies]
gradio = "==5.0.1"
huggingface_hub = "==0.25.2"