Skip to content

Commit 5fe36df

Browse files
authored
chore: Remove Automodel module (#15044)
* Delete Automodel module Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Remove additional code using or importing automodel pathway Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Remove unused import Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Further remove hf automodel testing and hf automodel in vlm Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Remove unused vars Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Remove automodel instance in model opt Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Remove hf_auto_model_for_causal_ln Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Delete HFAutomodel from speech Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Add noqa Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Apply isort and black reformatting Signed-off-by: thomasdhc <thomasdhc@users.noreply.github.com> * Remove automodel related tests Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Update init file to use import Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Apply isort and black reformatting Signed-off-by: thomasdhc <thomasdhc@users.noreply.github.com> --------- Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> Signed-off-by: thomasdhc <thomasdhc@users.noreply.github.com> Co-authored-by: thomasdhc <thomasdhc@users.noreply.github.com>
1 parent f59920f commit 5fe36df

File tree

64 files changed

+83
-6438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+83
-6438
lines changed

.github/workflows/cicd-main-nemo2.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,6 @@ jobs:
167167
- script: L2_NeMo_2_NeMo_Mcore_Mixtral_bitexact
168168
runner: self-hosted-azure
169169
is-optional: true
170-
- script: L2_NeMo_2_Automodel_PTQ_trtllm
171-
runner: self-hosted-azure
172-
- script: L2_NeMo_2_Automodel_PTQ_hf
173-
runner: self-hosted-azure
174170
- script: L2_NeMo_2_PTQ_Llama2_FP8_trtllm
175171
runner: self-hosted-azure
176172
- script: L2_NeMo_2_PTQ_Llama2_FP8_nemo

.github/workflows/cicd-main-speech.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ jobs:
168168
script: L2_Segmentation_Tool_Parallel_ctc_segmentation_test_L2_Eng_CitriNet_with_wav
169169
- runner: self-hosted-azure
170170
script: L2_Segmentation_Tool_Parallel_ctc_segmentation_test_L2_Ru_QN_with_mp3
171-
- script: L2_HF_Transformer_SpeechLM_SFT_2gpu
172-
runner: self-hosted-azure
173171
- script: L2_SpeechLM_LoRA_TP1PP1_MBS2
174172
runner: self-hosted-azure
175173
- runner: self-hosted-azure-gpus-1

examples/llm/finetune/automodel.py

Lines changed: 0 additions & 475 deletions
This file was deleted.

examples/speechlm/sft/hf.py

Lines changed: 0 additions & 141 deletions
This file was deleted.

examples/vlm/hf/peft.py

Lines changed: 0 additions & 136 deletions
This file was deleted.

nemo/automodel/__init__.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)