llama_two / requirements.txt
smartTranscend's picture
Rename llama_requirements.txt to requirements.txt
652f658 verified
raw
history blame contribute delete
319 Bytes
# Gradio for web interface
gradio
# Transformers and related packages
transformers
accelerate
bitsandbytes
# PEFT for LoRA, AdaLoRA, and other methods
peft
# Dataset and model utilities
datasets
huggingface_hub
# Machine learning libraries
torch
scikit-learn
# Data processing
pandas
numpy
# For evaluation
scipy