You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
783 B

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "src"
version = "0.0.1"
description = "ReZero: Enhancing LLM search ability by trying one-more-time"
authors = [
{ name = "Menlo Research" },
]
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
]
requires-python = "~=3.11.0"
dependencies = [
"datasets",
"faiss-cpu",
"langchain",
"langchain-community",
"Markdown",
"tokenizers",
"unsloth",
"unsloth_zoo",
"unstructured",
"vllm==0.7.2",
"transformers==4.49.0",
"ipykernel",
"python-dotenv",
"loguru",
"gradio",
"tensorboard",
"pytest",
"wandb",
"requests>=2.31.0",
"tqdm>=4.66.1",
"tavily-python",
"gdown",
]