Skip to content

Add mixtral to mapping for vocab in trt server#7

Merged
Kipok merged 1 commit intomainfrom
igitman/add-mixtral-to-map
Feb 26, 2024
Merged

Add mixtral to mapping for vocab in trt server#7
Kipok merged 1 commit intomainfrom
igitman/add-mixtral-to-map

Conversation

@Kipok
Copy link
Collaborator

@Kipok Kipok commented Feb 23, 2024

No description provided.

Signed-off-by: Igor Gitman <igitman@nvidia.com>
@Kipok Kipok requested a review from SeanNaren February 23, 2024 23:37
@Kipok Kipok merged commit fa32d5c into main Feb 26, 2024
@Kipok Kipok deleted the igitman/add-mixtral-to-map branch February 27, 2024 00:54
dgtm777 pushed a commit that referenced this pull request Apr 2, 2025
Signed-off-by: Igor Gitman <igitman@nvidia.com>
wasiahmad pushed a commit that referenced this pull request Oct 1, 2025
Signed-off-by: Igor Gitman <igitman@nvidia.com>
gwarmstrong added a commit to gwarmstrong/NeMo-Skills that referenced this pull request Feb 14, 2026
Rewrite the dependency boundary section to:
- Define core as "everything needed for inference + evaluation" (not
  just PythonTool-specific deps)
- Remove references to deleted requirements/main.txt
- Clarify that all benchmark evaluator deps go to core until JIT
  install is implemented
- Improve dataset module separation guidance (pipeline = cluster I/O
  only, core = all local logic)
- Add note about summarize-results refactor (issue NVIDIA-NeMo#779)

Addresses review comments NVIDIA-NeMo#3, NVIDIA-NeMo#4, NVIDIA-NeMo#6, NVIDIA-NeMo#7 on PR NVIDIA-NeMo#1229.

Signed-off-by: George Armstrong <georgea@nvidia.com>
gwarmstrong added a commit to gwarmstrong/NeMo-Skills that referenced this pull request Feb 14, 2026
Refactor pipeline/dataset.py so it ONLY handles cluster I/O (SSH
downloads, mount path resolution) and delegates all local
import/resolution logic to core's dataset/utils.py.

Key changes:
- Extract cluster-specific loading into _get_cluster_dataset_module()
- For local extra_datasets fallback, delegate to core instead of
  reimplementing add_to_path + import_module
- For non-cluster cases, delegate entirely to core from the start
- Remove duplicated local import logic that was parallel to core

Addresses review comment NVIDIA-NeMo#7 on PR NVIDIA-NeMo#1229.

Signed-off-by: George Armstrong <georgea@nvidia.com>
gwarmstrong added a commit to gwarmstrong/NeMo-Skills that referenced this pull request Feb 17, 2026
Pipeline no longer calls importlib.import_module or add_to_path
directly — all import/module-resolution logic lives in core.

Pipeline's only responsibilities are now:
- Local executor: unmount paths via get_unmounted_path, then
  delegate to core, then map returned paths back to mounted form
- Remote executor: SSH download via cluster_download_file for
  custom data_dir or cluster-type extra_datasets

Addresses review comment NVIDIA-NeMo#7 on PR NVIDIA-NeMo#1229.

Signed-off-by: George Armstrong <georgea@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant