mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
install
This commit is contained in:
parent
6e7bc84966
commit
773094cb22
2 changed files with 12 additions and 4 deletions
|
|
@ -1 +1,2 @@
|
|||
pip install -e .
|
||||
pip install -e .
|
||||
pip install flash-attn --no-build-isolation
|
||||
|
|
|
|||
|
|
@ -6,9 +6,10 @@ description = ""
|
|||
readme = "README.md"
|
||||
requires-python = ">= 3.10"
|
||||
dependencies = [
|
||||
"transformers",
|
||||
"transformers==4.46.3",
|
||||
"deepspeed==0.15.4",
|
||||
"accelerate==1.2.1",
|
||||
"peft",
|
||||
"accelerate",
|
||||
"datasets",
|
||||
"bitsandbytes",
|
||||
"jupyter",
|
||||
|
|
@ -17,10 +18,16 @@ dependencies = [
|
|||
"torchmetrics",
|
||||
"inflect",
|
||||
"pre-commit",
|
||||
"trl",
|
||||
"tensorboardX",
|
||||
"wandb",
|
||||
"fasttext-wheel",
|
||||
"einops",
|
||||
"jaxtyping",
|
||||
"liger-kernel",
|
||||
"tensorboard",
|
||||
"flask",
|
||||
"pandas",
|
||||
"plotly",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue