Spaces:
Running
Running
File size: 553 Bytes
243c6d6 |
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 |
[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"
|