versioning + cli commands

This commit is contained in:
51616 2025-05-30 08:11:00 +00:00
parent b1f92663a7
commit f8a7ef4b92
4 changed files with 38 additions and 9 deletions

View file

@ -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"]