Skip to content

Commit

Permalink
fix upstream bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ischlag committed Jul 29, 2024
1 parent 590acd4 commit 793bdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nanotron/models/llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
"""PyTorch LLaMa model."""

from typing import Dict, Optional, Union
from typing import Dict, Optional, Union, List

import torch
from torch import nn
Expand Down

0 comments on commit 793bdf3

Please sign in to comment.