Guanzheng commited on
Commit
2944f16
·
1 Parent(s): 39125b7

Update modeling_llama.py

Browse files
Files changed (1) hide show
  1. 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
- from torchdiffeq import odeint
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,