Skip to content

Commit

Permalink
added missing torch import (NVIDIA#7913)
Browse files Browse the repository at this point in the history
Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com>
  • Loading branch information
Davood-M authored Nov 20, 2023
1 parent d81beac commit 08937c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import torch
import torch.nn.functional as F
from megatron.core.fusions.fused_bias_dropout import get_bias_dropout_add
from megatron.core.fusions.fused_bias_gelu import bias_gelu_impl
Expand Down

0 comments on commit 08937c8

Please sign in to comment.