Spaces:
Runtime error
Runtime error
Update modeling_llama.py
Browse files- modeling_llama.py +1 -2
modeling_llama.py
CHANGED
@@ -537,8 +537,7 @@ LLAMA_INPUTS_DOCSTRING = r"""
|
|
537 |
Whether or not to return a [`~utils.ModelOutput`] instead of a plain tuple.
|
538 |
"""
|
539 |
|
540 |
-
|
541 |
-
from CLEX.clex_layer import ODELinear
|
542 |
@add_start_docstrings(
|
543 |
"The bare LLaMA Model outputting raw hidden-states without any specific head on top.",
|
544 |
LLAMA_START_DOCSTRING,
|
|
|
537 |
Whether or not to return a [`~utils.ModelOutput`] instead of a plain tuple.
|
538 |
"""
|
539 |
|
540 |
+
|
|
|
541 |
@add_start_docstrings(
|
542 |
"The bare LLaMA Model outputting raw hidden-states without any specific head on top.",
|
543 |
LLAMA_START_DOCSTRING,
|