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 135bcf9 commit fd65973Copy full SHA for fd65973
python/mlc_llm/model/gpt2/gpt2_model.py
@@ -28,7 +28,7 @@ class GPT2Config(ConfigBase): # pylint: disable=too-many-instance-attributes
28
n_embd: int
29
n_layer: int
30
n_head: int
31
- layer_norm_epsilon: int
+ layer_norm_epsilon: float
32
n_inner: int = -1
33
context_window_size: int = 0
34
prefill_chunk_size: int = 0
0 commit comments