Commit ff24ddbd authored by mgoin's avatar mgoin
Browse files

Update

parent cd130e17
......@@ -27,6 +27,7 @@ class DeepSparseLM(BaseLM):
task="text-generation",
model_path=pretrained,
sequence_length=max_length or self._DEFAULT_MAX_LENGTH,
prompt_sequence_length=16,
trust_remote_code=trust_remote_code,
batch_size=batch_size,
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment