mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-26 17:11:02 +02:00
versioning + cli commands
This commit is contained in:
parent
b1f92663a7
commit
f8a7ef4b92
4 changed files with 38 additions and 9 deletions
|
|
@ -52,7 +52,8 @@ exclude = [
|
|||
"LongBench",
|
||||
"scripts",
|
||||
"train_outputs",
|
||||
"data",
|
||||
"./data/",
|
||||
"/data/",
|
||||
"generated_tasks",
|
||||
"outputs",
|
||||
"plots",
|
||||
|
|
@ -68,3 +69,6 @@ ignore = ["E", "F"]
|
|||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
known_first_party = ["wandb"]
|
||||
known_local_folder = ["ctx_to_lora"]
|
||||
known_third_party = ["wandb"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue