mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-26 17:11:02 +02:00
python api + remove generate_multi_lora + rename config path + test eval scripts
This commit is contained in:
parent
530fcd46cc
commit
3b798c670c
27 changed files with 345 additions and 233 deletions
|
|
@ -675,7 +675,7 @@ def chat():
|
|||
# do_sample=False,
|
||||
# )
|
||||
|
||||
outputs = modulated_model.generate_with_multi_loras(
|
||||
outputs = modulated_model.generate(
|
||||
ctx_ids=ctx_ids,
|
||||
ctx_attn_mask=ctx_attn_mask,
|
||||
n_ctx_chunks=torch.tensor(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue