Skip to content

Commit

Permalink
Handle exception when importing RetroGPTChunkDatasets (NVIDIA#11415)
Browse files Browse the repository at this point in the history
* Handle exception when importing RetroGPTChunkDatasets

Signed-off-by: Guyue Huang <[email protected]>

* Update baseline

Signed-off-by: guyueh1 <[email protected]>

* Revert "Update baseline"

This reverts commit 21a4734.

* Update baseline

Signed-off-by: guyueh1 <[email protected]>

* Revert "Update baseline"

This reverts commit 8d35fcc.

---------

Signed-off-by: Guyue Huang <[email protected]>
Signed-off-by: guyueh1 <[email protected]>
Co-authored-by: guyueh1 <[email protected]>
  • Loading branch information
2 people authored and XuesongYang committed Jan 18, 2025
1 parent 9db1ee7 commit f22663d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

HAVE_TE_AND_MEGATRON_CORE = True

except (ImportError, ModuleNotFoundError):
except (ImportError, ModuleNotFoundError, Exception):

HAVE_TE_AND_MEGATRON_CORE = False
from typing import Any
Expand Down

0 comments on commit f22663d

Please sign in to comment.