Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maxymnaumchyk/add-to-from-jagged…
Browse files Browse the repository at this point in the history
…tensor-functions' into maxymnaumchyk/add-to-from-jaggedtensor-functions

# Conflicts:
#	src/awkward/operations/ak_to_jaggedtensor.py
  • Loading branch information
maxymnaumchyk committed Sep 17, 2024
2 parents 4674108 + 9feb758 commit c0da418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/awkward/operations/ak_to_jaggedtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def to_jaggedtensor(

def _impl(array, padded, padding_value, max_lengths, keep_regular):
try:
import fbgemm_gpu
import torch
except ImportError as err:
raise ImportError(
Expand Down

0 comments on commit c0da418

Please sign in to comment.