File tree Expand file tree Collapse file tree 8 files changed +16
-7
lines changed
multimodal_autoregressive Expand file tree Collapse file tree 8 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 2525 "AVLMModel" ,
2626 "avlm_8b" ,
2727]
28+
29+
30+ import warnings
31+
32+ warnings .warn (
33+ "nemo.collections.avlm is deprecated and will be removed in the next major NeMo FW container release." ,
34+ DeprecationWarning ,
35+ stacklevel = 2 ,
36+ )
Original file line number Diff line number Diff line change 455455
456456
457457warnings .warn (
458- "nemo.collections.llm is deprecated and will be removed in the next major NeMo FW container release."
458+ "nemo.collections.llm is deprecated and will be removed in the next major NeMo FW container release." ,
459459 DeprecationWarning ,
460460 stacklevel = 2 ,
461461)
Original file line number Diff line number Diff line change 1515import warnings
1616
1717warnings .warn (
18- "nemo.collections.multimodal is deprecated and will be removed in the next major NeMo FW container release."
18+ "nemo.collections.multimodal is deprecated and will be removed in the next major NeMo FW container release." ,
1919 DeprecationWarning ,
2020 stacklevel = 2 ,
2121)
Original file line number Diff line number Diff line change 1515import warnings
1616
1717warnings .warn (
18- "nemo.collections.multimodal_autoregressive is deprecated and will be removed in the next major NeMo FW container release."
18+ "nemo.collections.multimodal_autoregressive is deprecated and will be removed in the next major NeMo FW container release." ,
1919 DeprecationWarning ,
2020 stacklevel = 2 ,
2121)
Original file line number Diff line number Diff line change 2929import warnings
3030
3131warnings .warn (
32- "nemo.collections.nlp is deprecated and will be removed in the next major NeMo FW container release."
32+ "nemo.collections.nlp is deprecated and will be removed in the next major NeMo FW container release." ,
3333 DeprecationWarning ,
3434 stacklevel = 2 ,
3535)
Original file line number Diff line number Diff line change 2727import warnings
2828
2929warnings .warn (
30- "nemo.collections.nlp is deprecated and will be removed in the next major NeMo FW container release."
30+ "nemo.collections.nlp is deprecated and will be removed in the next major NeMo FW container release." ,
3131 DeprecationWarning ,
3232 stacklevel = 2 ,
3333)
Original file line number Diff line number Diff line change 194194import warnings
195195
196196warnings .warn (
197- "nemo.collections.vlm is deprecated and will be removed in the next major NeMo FW container release."
197+ "nemo.collections.vlm is deprecated and will be removed in the next major NeMo FW container release." ,
198198 DeprecationWarning ,
199199 stacklevel = 2 ,
200200)
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def _is_slurm_interactive_mode():
8282import warnings
8383
8484warnings .warn (
85- "nemo.lightning is deprecated and will be removed in the next major NeMo FW container release."
85+ "nemo.lightning is deprecated and will be removed in the next major NeMo FW container release." ,
8686 DeprecationWarning ,
8787 stacklevel = 2 ,
8888)
You can’t perform that action at this time.
0 commit comments