Skip to content

Commit

Permalink
Handle exception when importing RetroGPTChunkDatasets (#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
guyueh1 and guyueh1 authored Dec 5, 2024
1 parent 453a515 commit 63dd8da
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 63dd8da

Please sign in to comment.