Skip to content

Commit

Permalink
in progress (most apply_lora added)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying1123 committed Sep 11, 2024
1 parent 144bc70 commit 054e7af
Show file tree
Hide file tree
Showing 16 changed files with 999 additions and 12 deletions.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ srt = ["aiohttp", "decord", "fastapi", "hf_transfer", "huggingface_hub", "intere
openai = ["openai>=1.0", "tiktoken"]
anthropic = ["anthropic>=0.20.0"]
litellm = ["litellm>=1.0.0"]
test = ["jsonlines", "matplotlib", "pandas", "sentence_transformers", "accelerate"]
test = ["jsonlines", "matplotlib", "pandas", "sentence_transformers", "accelerate", "peft"]
all = ["sglang[srt]", "sglang[openai]", "sglang[anthropic]", "sglang[litellm]"]
dev = ["sglang[all]", "sglang[test]"]

Expand Down
Loading

0 comments on commit 054e7af

Please sign in to comment.