We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28332cb commit 1906d90Copy full SHA for 1906d90
web_llm/utils.py
@@ -10,7 +10,7 @@ def get_config(hf_config, model):
10
from .relax_model.llama import LlamaConfig as RelaxConfig
11
12
return RelaxConfig(
13
- max_sequence_length=hf_config.max_sequence_length,
+ #max_sequence_length=hf_config.max_sequence_length,
14
vocab_size=hf_config.vocab_size,
15
hidden_size=hf_config.hidden_size,
16
intermediate_size=hf_config.intermediate_size,
0 commit comments