Spaces:
Build error
Build error
[project] | |
name = "repl-nix-workspace" | |
version = "0.1.0" | |
description = "Add your description here" | |
requires-python = ">=3.11" | |
dependencies = [ | |
"blobfile>=3.0.0", | |
"css>=0.1", | |
"gradio>=5.15.0", | |
"protobuf>=5.29.3", | |
"sentencepiece>=0.2.0", | |
"tiktoken>=0.8.0", | |
"torch>=2.6.0", | |
"transformers>=4.48.3", | |
] | |
[[tool.uv.index]] | |
explicit = true | |
name = "pytorch-cpu" | |
url = "https://download.pytorch.org/whl/cpu" | |
[tool.uv.sources] | |
torch = [{ index = "pytorch-cpu", marker = "platform_system == 'Linux'" }] | |
torchvision = [{ index = "pytorch-cpu", marker = "platform_system == 'Linux'" }] | |