llama board: add unsloth

Former-commit-id: 9477e6f28808ae9deadada1f6cf679a29542c271
This commit is contained in:
hiyouga
2023-12-23 00:35:53 +08:00
parent 6faf9c35a9
commit 0fdd6074c3
5 changed files with 13 additions and 26 deletions

View File

@@ -25,9 +25,8 @@ class Manager:
self.all_elems["top"]["finetuning_type"],
self.all_elems["top"]["quantization_bit"],
self.all_elems["top"]["template"],
self.all_elems["top"]["flash_attn"],
self.all_elems["top"]["shift_attn"],
self.all_elems["top"]["rope_scaling"]
self.all_elems["top"]["rope_scaling"],
self.all_elems["top"]["booster"]
}
def list_elems(self) -> List["Component"]: