Skip to content

Commit

Permalink
forgot import
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeras91 committed Apr 16, 2024
1 parent 1b3f224 commit 1e87c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/jamba/modeling_jamba.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
""" PyTorch Jamba model."""
import inspect
import math
from typing import Any, Dict, Optional, Tuple, Union
from typing import Any, Dict, Optional, Tuple, Union, List

import torch
import torch.nn.functional as F
Expand Down

0 comments on commit 1e87c88

Please sign in to comment.