nvidia-modelopt

View on PyPIReverse Dependencies (3)

0.23.0 nvidia_modelopt-0.23.0-py3-none-manylinux2014_x86_64.whl
nvidia_modelopt-0.23.0-py3-none-manylinux_2_28_aarch64.whl

Wheel Details

Project: nvidia-modelopt
Version: 0.23.0
Filename: nvidia_modelopt-0.23.0-py3-none-manylinux2014_x86_64.whl
Download: [link]
Size: 602558
MD5: 25d82304aef337ac1923034192993940
SHA256: 63c8f150fc6cd5d209d3cb0b5c9c7b006afc4c2f395d62d7877c24486052c870
Uploaded: 2025-01-28 19:55:26 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: nvidia-modelopt
Version: 0.23.0
Summary: Nvidia TensorRT Model Optimizer: a unified model optimization and deployment toolkit.
Author: NVIDIA Corporation
Home-Page: https://github.com/NVIDIA/TensorRT-Model-Optimizer
License: Apache 2.0
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9,<3.13
Requires-Dist: nvidia-modelopt-core (==0.23.0)
Requires-Dist: cloudpickle (>=1.6.0)
Requires-Dist: ninja
Requires-Dist: numpy (<2)
Requires-Dist: packaging
Requires-Dist: pydantic (>=2.0)
Requires-Dist: rich
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: setuptools; python_version >= "3.12"
Requires-Dist: cppimport; extra == "onnx"
Requires-Dist: cupy-cuda12x; (platform_machine != "aarch64" and platform_system != "Darwin") and extra == "onnx"
Requires-Dist: onnx; extra == "onnx"
Requires-Dist: onnxconverter-common; extra == "onnx"
Requires-Dist: onnxmltools; extra == "onnx"
Requires-Dist: onnx-graphsurgeon; extra == "onnx"
Requires-Dist: onnxruntime (~=1.18.1); python_version < "3.10" and extra == "onnx"
Requires-Dist: onnxruntime (~=1.20.1); (python_version >= "3.10" and (platform_machine == "aarch64" or platform_system == "Darwin")) and extra == "onnx"
Requires-Dist: onnxruntime-gpu (~=1.20.1); (python_version >= "3.10" and platform_machine != "aarch64" and platform_system != "Darwin") and extra == "onnx"
Requires-Dist: pulp; extra == "torch"
Requires-Dist: regex; extra == "torch"
Requires-Dist: safetensors; extra == "torch"
Requires-Dist: torch (>=2.1); extra == "torch"
Requires-Dist: torchprofile (>=0.0.4); extra == "torch"
Requires-Dist: torchvision; extra == "torch"
Requires-Dist: accelerate (>=0.27.2); extra == "hf"
Requires-Dist: datasets (>=2.16.1); extra == "hf"
Requires-Dist: diffusers (>=0.27.2); extra == "hf"
Requires-Dist: huggingface_hub (>=0.24.0); extra == "hf"
Requires-Dist: transformers (>=4.40.2); extra == "hf"
Requires-Dist: peft (>=0.12.0); extra == "hf"
Requires-Dist: bandit[toml] (==1.7.9); extra == "dev-lint"
Requires-Dist: mypy (==1.11.2); extra == "dev-lint"
Requires-Dist: pre-commit (==4.0.1); extra == "dev-lint"
Requires-Dist: ruff (==0.6.4); extra == "dev-lint"
Requires-Dist: coverage; extra == "dev-test"
Requires-Dist: onnxscript; extra == "dev-test"
Requires-Dist: pytest; extra == "dev-test"
Requires-Dist: pytest-asyncio; extra == "dev-test"
Requires-Dist: pytest-cov; extra == "dev-test"
Requires-Dist: pytest-timeout; extra == "dev-test"
Requires-Dist: timm; extra == "dev-test"
Requires-Dist: toml; extra == "dev-test"
Requires-Dist: tox; extra == "dev-test"
Requires-Dist: tox-current-env (>=0.0.12); extra == "dev-test"
Requires-Dist: autodoc_pydantic (>=2.1.0); extra == "dev-docs"
Requires-Dist: ipython; extra == "dev-docs"
Requires-Dist: ipywidgets; extra == "dev-docs"
Requires-Dist: nbsphinx (>=0.9.3); extra == "dev-docs"
Requires-Dist: pypandoc; extra == "dev-docs"
Requires-Dist: sphinx (~=7.2.0); extra == "dev-docs"
Requires-Dist: sphinx-autobuild (>=2024.10.3); extra == "dev-docs"
Requires-Dist: sphinx-copybutton (>=0.5.2); extra == "dev-docs"
Requires-Dist: sphinx-inline-tabs (>=2023.4.21); extra == "dev-docs"
Requires-Dist: sphinx-rtd-theme (~=3.0.0); extra == "dev-docs"
Requires-Dist: sphinx-togglebutton (>=0.3.2); extra == "dev-docs"
Requires-Dist: cython; extra == "dev-build"
Requires-Dist: setuptools (>=67.8.0); extra == "dev-build"
Requires-Dist: setuptools_scm (>=7.1.0); extra == "dev-build"
Requires-Dist: twine; extra == "dev-build"
Requires-Dist: cppimport; extra == "all"
Requires-Dist: cupy-cuda12x; (platform_machine != "aarch64" and platform_system != "Darwin") and extra == "all"
Requires-Dist: onnx; extra == "all"
Requires-Dist: onnxconverter-common; extra == "all"
Requires-Dist: onnxmltools; extra == "all"
Requires-Dist: onnx-graphsurgeon; extra == "all"
Requires-Dist: onnxruntime (~=1.18.1); python_version < "3.10" and extra == "all"
Requires-Dist: onnxruntime (~=1.20.1); (python_version >= "3.10" and (platform_machine == "aarch64" or platform_system == "Darwin")) and extra == "all"
Requires-Dist: onnxruntime-gpu (~=1.20.1); (python_version >= "3.10" and platform_machine != "aarch64" and platform_system != "Darwin") and extra == "all"
Requires-Dist: pulp; extra == "all"
Requires-Dist: regex; extra == "all"
Requires-Dist: safetensors; extra == "all"
Requires-Dist: torch (>=2.1); extra == "all"
Requires-Dist: torchprofile (>=0.0.4); extra == "all"
Requires-Dist: torchvision; extra == "all"
Requires-Dist: accelerate (>=0.27.2); extra == "all"
Requires-Dist: datasets (>=2.16.1); extra == "all"
Requires-Dist: diffusers (>=0.27.2); extra == "all"
Requires-Dist: huggingface_hub (>=0.24.0); extra == "all"
Requires-Dist: transformers (>=4.40.2); extra == "all"
Requires-Dist: peft (>=0.12.0); extra == "all"
Requires-Dist: cppimport; extra == "dev"
Requires-Dist: cupy-cuda12x; (platform_machine != "aarch64" and platform_system != "Darwin") and extra == "dev"
Requires-Dist: onnx; extra == "dev"
Requires-Dist: onnxconverter-common; extra == "dev"
Requires-Dist: onnxmltools; extra == "dev"
Requires-Dist: onnx-graphsurgeon; extra == "dev"
Requires-Dist: onnxruntime (~=1.18.1); python_version < "3.10" and extra == "dev"
Requires-Dist: onnxruntime (~=1.20.1); (python_version >= "3.10" and (platform_machine == "aarch64" or platform_system == "Darwin")) and extra == "dev"
Requires-Dist: onnxruntime-gpu (~=1.20.1); (python_version >= "3.10" and platform_machine != "aarch64" and platform_system != "Darwin") and extra == "dev"
Requires-Dist: pulp; extra == "dev"
Requires-Dist: regex; extra == "dev"
Requires-Dist: safetensors; extra == "dev"
Requires-Dist: torch (>=2.1); extra == "dev"
Requires-Dist: torchprofile (>=0.0.4); extra == "dev"
Requires-Dist: torchvision; extra == "dev"
Requires-Dist: accelerate (>=0.27.2); extra == "dev"
Requires-Dist: datasets (>=2.16.1); extra == "dev"
Requires-Dist: diffusers (>=0.27.2); extra == "dev"
Requires-Dist: huggingface_hub (>=0.24.0); extra == "dev"
Requires-Dist: transformers (>=4.40.2); extra == "dev"
Requires-Dist: peft (>=0.12.0); extra == "dev"
Requires-Dist: bandit[toml] (==1.7.9); extra == "dev"
Requires-Dist: mypy (==1.11.2); extra == "dev"
Requires-Dist: pre-commit (==4.0.1); extra == "dev"
Requires-Dist: ruff (==0.6.4); extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: onnxscript; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-timeout; extra == "dev"
Requires-Dist: timm; extra == "dev"
Requires-Dist: toml; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: tox-current-env (>=0.0.12); extra == "dev"
Requires-Dist: autodoc_pydantic (>=2.1.0); extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: ipywidgets; extra == "dev"
Requires-Dist: nbsphinx (>=0.9.3); extra == "dev"
Requires-Dist: pypandoc; extra == "dev"
Requires-Dist: sphinx (~=7.2.0); extra == "dev"
Requires-Dist: sphinx-autobuild (>=2024.10.3); extra == "dev"
Requires-Dist: sphinx-copybutton (>=0.5.2); extra == "dev"
Requires-Dist: sphinx-inline-tabs (>=2023.4.21); extra == "dev"
Requires-Dist: sphinx-rtd-theme (~=3.0.0); extra == "dev"
Requires-Dist: sphinx-togglebutton (>=0.3.2); extra == "dev"
Requires-Dist: cython; extra == "dev"
Requires-Dist: setuptools (>=67.8.0); extra == "dev"
Requires-Dist: setuptools_scm (>=7.1.0); extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: cppimport; extra == "dev"
Requires-Dist: cupy-cuda12x; (platform_machine != "aarch64" and platform_system != "Darwin") and extra == "dev"
Requires-Dist: onnx; extra == "dev"
Requires-Dist: onnxconverter-common; extra == "dev"
Requires-Dist: onnxmltools; extra == "dev"
Requires-Dist: onnx-graphsurgeon; extra == "dev"
Requires-Dist: onnxruntime (~=1.18.1); python_version < "3.10" and extra == "dev"
Requires-Dist: onnxruntime (~=1.20.1); (python_version >= "3.10" and (platform_machine == "aarch64" or platform_system == "Darwin")) and extra == "dev"
Requires-Dist: onnxruntime-gpu (~=1.20.1); (python_version >= "3.10" and platform_machine != "aarch64" and platform_system != "Darwin") and extra == "dev"
Requires-Dist: pulp; extra == "dev"
Requires-Dist: regex; extra == "dev"
Requires-Dist: safetensors; extra == "dev"
Requires-Dist: torch (>=2.1); extra == "dev"
Requires-Dist: torchprofile (>=0.0.4); extra == "dev"
Requires-Dist: torchvision; extra == "dev"
Requires-Dist: accelerate (>=0.27.2); extra == "dev"
Requires-Dist: datasets (>=2.16.1); extra == "dev"
Requires-Dist: diffusers (>=0.27.2); extra == "dev"
Requires-Dist: huggingface_hub (>=0.24.0); extra == "dev"
Requires-Dist: transformers (>=4.40.2); extra == "dev"
Requires-Dist: peft (>=0.12.0); extra == "dev"
Provides-Extra: deploy
Provides-Extra: onnx
Provides-Extra: torch
Provides-Extra: hf
Provides-Extra: dev-lint
Provides-Extra: dev-test
Provides-Extra: dev-docs
Provides-Extra: dev-build
Provides-Extra: all
Provides-Extra: dev
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
License-File: LICENSE
[Description omitted; length: 82 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-manylinux2014_x86_64

RECORD

Path Digest Size
modelopt/__init__.py sha256=y71kTWRqZ8hxsMFEE-56h8SqCDn4S1UnDySi3yow29A 1547
modelopt/deploy/__init__.py sha256=o_yCLKILkqaWYugLJ-knbn2FtkWAXpKlBQphprvRFK4 724
modelopt/deploy/llm/__init__.py sha256=1KmTKokp9S2kuiqGShzAoI5echTvYt5VVsBPO9ury-o 1162
modelopt/deploy/llm/generate.py sha256=HmrzLp7-a3V7utx7MTjuMErVaJG_iWSZekIE0pW83u8 10033
modelopt/deploy/llm/nemo_utils.py sha256=E2Y6DHOtAA3y0_dtwUJQSgxQYgE5Gp_H-qukeCzSSAE 7265
modelopt/onnx/__init__.py sha256=J-X4bQglWBARPt6_gUIM2XdSm_3qdNm-XAzWpHuWQ5g 1243
modelopt/onnx/op_types.py sha256=0r-OxKqBQa7uQjP7mYU_KsT1nrTqz6_RV8XYRnVxRRc 7364
modelopt/onnx/utils.py sha256=4a6WN_uWOEafL9M8vlOlXbEOdHD6qVeAVzI0G-vaPwg 21044
modelopt/onnx/quantization/__init__.py sha256=8N48harSUknKx6scaESgllSWmL4EDSERK2oO3Fk6ib4 872
modelopt/onnx/quantization/__main__.py sha256=bT5eAPDXwvbHh9B-OOb9B8iQ9uTzWwE8e9vNp-IHORc 8288
modelopt/onnx/quantization/calib_utils.py sha256=kLqbiB3zE-dnQvI69TKIrIY60mmfWFRIH81rYgGKuxw 6384
modelopt/onnx/quantization/extensions.py sha256=v1HcoNfZq6IEv54VBzd3PF2ZxOAhIqj1WvwfPRE-zIg 1211
modelopt/onnx/quantization/fp8.py sha256=WPoOBIa3AZBfsvbE_eVhe4ZUrxKImsxjZkzjYfLNovc 12363
modelopt/onnx/quantization/graph_utils.py sha256=qKL51dihIJksKS129QYrQ2APj9GDemTjGslyrXNLeLg 42669
modelopt/onnx/quantization/gs_patching.py sha256=o7tmkk2jzuj5kCMHeDFrQ0lNi4ZBH0BuL2KCQYg6ZdE 4148
modelopt/onnx/quantization/int4.py sha256=A7HdU8_n97NAxmhVfQbxl6LSM_Ui0F5oHfMvbREIn7I 50353
modelopt/onnx/quantization/int8.py sha256=yqIntP3_dRQjXlcq9yPz4z38UJJ6DeeQIgxTjhptYb8 10469
modelopt/onnx/quantization/operators.py sha256=7Aa-FUKYQpWCdKNKJzw4QTx6d2wxLgU3i_SptO4svtc 4189
modelopt/onnx/quantization/ort_patching.py sha256=fwHlnkJDqib20DzV4NidTFe6630MqerxgMyxtiST8TI 25113
modelopt/onnx/quantization/ort_utils.py sha256=ASrOmqFKO7hPuAMBZO68b6PIZwBBS6qGLbkOKio5OBc 5224
modelopt/onnx/quantization/partitioning.py sha256=k6lxEHGKITT0dEEmkgsnWj9OfwOMGvGQS3nqGKzuvkE 15035
modelopt/onnx/quantization/qdq_utils.py sha256=Omuog-Xc12TA4FElB5oP16TQiNWkiOEx9nhKwV0SKcM 28836
modelopt/onnx/quantization/quant_utils.py sha256=vzApZhOjAA-8FR6C_lYRpVCkFA7c9psPgwk382N2zqQ 6668
modelopt/onnx/quantization/quantize.py sha256=EPnqvhEWwW2JTxgdBOH5vAoORxp_16xfTwZEgsuTvoE 17419
modelopt/onnx/quantization/trt_utils.py sha256=xf_RNPpOKBWXCkTJeUYvieqncHtsdPYcypqBdqEQA0Q 4055
modelopt/onnx/quantization/src/modelopt_round_and_pack_ext.cpp sha256=nfXQNY7YmyvV6b0UP9JDahgas6c5ehU3Rj5AWLX5T1E 4243
modelopt/torch/__init__.py sha256=tNNIqBpG2n-87DFBqGcIyUMVKjqjBUJkbPTBQnf28pU 1253
modelopt/torch/_deploy/__init__.py sha256=VobKoRRfTatf4CvCUFgLzNzTUQv94SDb_-xHOSWL2Uc 988
modelopt/torch/_deploy/compilation.py sha256=LCt8aM7gyLQuoJj5iJtAsFteA9mrhgW0X1mRiv_SMro 5691
modelopt/torch/_deploy/device_model.py sha256=dJI8YThF3sFSPHSyuqp2-rzWpQCNWrxrckdc9iZ5NX8 6540
modelopt/torch/_deploy/profiling.py sha256=ypLlR8q_fUDBx7c0XJ2Tg5IyHleNytHiMsy_gXz1Gmk 7524
modelopt/torch/_deploy/_runtime/__init__.py sha256=BgpntMPU64vUKPgNuH_Mjji_wqMFn0w-YPAUJaJsQ6M 1040
modelopt/torch/_deploy/_runtime/common.py sha256=WNJVX13TmMRut6X4m2VqYSSj4vtdhGDQZDOCw7qxXZ0 2390
modelopt/torch/_deploy/_runtime/ort_client.py sha256=ZI68wIT5gU4jVzpVb15Nex77fDqxlolJ5J_lXgX4zB4 7517
modelopt/torch/_deploy/_runtime/registry.py sha256=G2dHf925yDg9ykIucT13SjzqJR8oDEpOQ7kU5LbiR_M 2712
modelopt/torch/_deploy/_runtime/runtime_client.py sha256=r3vabL_yoqB_PDlx1CP6UC0tiqdblSO_JjX3s98xYvQ 6511
modelopt/torch/_deploy/_runtime/trt_client.py sha256=a9-Ol8c8T2r4UdJCa9csG4U4qRoPEOdrvZN1cHdvzzM 9295
modelopt/torch/_deploy/_runtime/tensorrt/constants.py sha256=Kika0KG8ImmXWw7mHNz1lbjKtIgd6dTlT0z_4lkRrDs 2895
modelopt/torch/_deploy/_runtime/tensorrt/engine_builder.py sha256=Vb0zRFqyBLYIYP4UCLZdqG48G9uWw5SlZo4CLnbD3S4 12124
modelopt/torch/_deploy/_runtime/tensorrt/hw_param_config.py sha256=G4_pQdrKyBEGopRAqJTPVvB9-MhT9YGG7O1_B-ap0vg 1850
modelopt/torch/_deploy/_runtime/tensorrt/layerwise_profiling.py sha256=Otnr0Lu12-LzuRtvOXU3mMRYdcDnUTyu4hgYu3ArCRM 6869
modelopt/torch/_deploy/_runtime/tensorrt/parse_trtexec_log.py sha256=L7OOXMZe_D_Y2qgHt0lBZZu0Jgt0vRdIoyh9cNPf0xY 5648
modelopt/torch/_deploy/_runtime/tensorrt/tensorrt_utils.py sha256=ZK6ZWSfLKSG0-SACWZ0sqID8HY9bDR2S8D3kTI9ygk8 6421
modelopt/torch/_deploy/utils/__init__.py sha256=rdasKgn26e6BqxRMb53uXaDOCXKBHH_I5iihbLycxX4 751
modelopt/torch/_deploy/utils/onnx_optimizer.py sha256=faGFZtZFpHtERIINCDkKBWgds49SZIp0Fk3FDjdvX1c 4750
modelopt/torch/_deploy/utils/onnx_utils.py sha256=IBNAF2Czjmg50gy7Qu9o6-qW5VQtuXjVqhM69xazVDU 2329
modelopt/torch/_deploy/utils/torch_onnx.py sha256=IBzFqV8Y9y1naaHMvJ4snY9nhelI3ohBoE35i95pGTY 23787
modelopt/torch/distill/__init__.py sha256=m0toQzCTNcgYaVoHdPuypwChaprNsTPw28W_7N9oOTM 989
modelopt/torch/distill/config.py sha256=Prc-zmLJTfGgdZC2agwfUNcGJUHMK2z1JYvdCunOAMQ 5370
modelopt/torch/distill/distillation.py sha256=_uaW_yGu6cT0c03RFQyiJ-TuJ2wK-bkGw1D2GDoQsao 3305
modelopt/torch/distill/distillation_model.py sha256=tlIQKVKeXixBJ2zxXSptX0vrXpHgLF4nvjcqLOvT7Nk 14114
modelopt/torch/distill/loss_balancers.py sha256=21ssq1iktTJyeJkANtMs66Kf9qaqhgmxuXf1xR0tE2Y 5567
modelopt/torch/distill/losses.py sha256=mtpn8oJ05nAPTevW_rdjJ_Uu-lCBXYOzXvkuWF0VKjs 5117
modelopt/torch/distill/mode.py sha256=uhP6kE3JhLktMI4muGmC3GYa7GtTODC-417ir5RzJMM 8082
modelopt/torch/distill/registry.py sha256=UlugmPagOSQBbn0v0itWzK2D852GZ9FOntFswOVLBSY 990
modelopt/torch/distill/plugins/__init__.py sha256=xivvOm0pFV5Nw4HASMVRCzDJuEDvAJlLwyamh6-y5NE 849
modelopt/torch/distill/plugins/megatron.py sha256=PSA08pIfk4mM9v102OqY_kqXThIZAw0uupRHUyrYW1A 18265
modelopt/torch/export/__init__.py sha256=VUydcFMT9uqiCl7uSbHrYb7U7nYpEnJlay6Fc8FRC-o 904
modelopt/torch/export/distribute.py sha256=esPopIygUQBgXEONheLEncB7Cq4rx_UwKSzWK46LyPA 11494
modelopt/torch/export/hf_config_map.py sha256=-HXEQt4vhqmztrj5hyNao1Ifp-_JhupGJMpLSH-GufQ 4097
modelopt/torch/export/layer_utils.py sha256=_HN49dcWBbMHCwlS85mIfVApYKuWZ304Qy-IFW852XU 59546
modelopt/torch/export/mcore_config_map.py sha256=iiTJukpvXEvEL6eazVEKtcTLcyCddwKxsBDCDxEtwGw 1032
modelopt/torch/export/mcore_hf_export_map.py sha256=gse1MvMbgGl6Pn1wMGYIdTkQTqiBgG4tJ4fd3V_5IhA 7304
modelopt/torch/export/model_config.py sha256=tcpCK6KaC89JLAN4J9shp81dBTQwHlubSPVqSFOIAAE 17980
modelopt/torch/export/model_config_export.py sha256=BHSUt4mWUWh_fimLTRUhPAuFsRlCtlYSE4s-_Dz5nqw 25328
modelopt/torch/export/model_config_utils.py sha256=CtrhfXOe90aqIGMzubHcf_ZjlWB6Uy1qZ8MEt5cgc8s 15776
modelopt/torch/export/postprocess.py sha256=TTUF_YHWsRIKE28nReR7ZY0Zmjetp2JQLPd3qvMM86A 33855
modelopt/torch/export/quant_utils.py sha256=wrNInRsBkZLraU-wami3ehVFMFvzg53eWWNocBEfIX4 25884
modelopt/torch/export/tensorrt_llm_type.py sha256=rILILvqLGQMq-o6k57cAA60u2YziW8IX0JhX6BJMlQo 1303
modelopt/torch/export/tensorrt_llm_utils.py sha256=oy3zzQQKhclKHQcW9JAePIKFS9G7nEVlgqbagr3JpPQ 22310
modelopt/torch/export/transformer_engine.py sha256=QDDE2tSGwzjdrcR7FFMVkZGxGUJPFXpUq2jxrNWDfo4 3981
modelopt/torch/export/unified_export_hf.py sha256=dFAz7B65EQJmu3WJHCE09w-An4cShP47xxsaC2sfavg 14207
modelopt/torch/export/unified_export_megatron.py sha256=b3JWsYWlKaG8yqf9OyY6uml-wrJTdhZLp47pbyrrYbk 28290
modelopt/torch/nas/__init__.py sha256=KiFjm9wut2XFz9F-XBj2Sa3iHE7BjZz2fMj5cgA71bk 1028
modelopt/torch/nas/_algorithms.py sha256=lQBs9FKPWV-T9WbMmvQZ9bG-vkPaqwayTjflbVrde2w 17691
modelopt/torch/nas/_patch.py sha256=KaB085vnZtqUSeF3L5aBwSPfKymIJxE7a-MYl5G_f1U 10243
modelopt/torch/nas/algorithms.py sha256=tCM-lWtFo2pdhz1nUDYS3dxf8O6GvqiYMQpIczZqhgQ 19246
modelopt/torch/nas/autonas.py sha256=o0dtwTv6a6XAPx5LHjCkTG5XTrDPtC6rnZ8aC8rAy50 24466
modelopt/torch/nas/config.py sha256=fvU12b_k-JiqHfF3gAtxLm32cWZ-Qm2YBfBrWsfEwuw 2914
modelopt/torch/nas/conversion.py sha256=ls6oLfAbWITbE_zse7rSwuJovLRxpF0rWirjUI2iX-o 5418
modelopt/torch/nas/mode.py sha256=yo6f1E0FmEm090jvIbjba1qYLbeeEKNDNJphNINvBCI 4257
modelopt/torch/nas/registry.py sha256=7KpTsMr2vC9C6iVCW8dkil6RuTbD2aiS7AckQPffrbg 940
modelopt/torch/nas/search_space.py sha256=WpHJQZ4fmVxfpupiaedpxzDe3riN1uXNidO21Ns91Vg 10636
modelopt/torch/nas/traced_hp.py sha256=AMERlfrc8xrKt6-yAEN6ppoiCjpQNNjQ20ME0TpuXis 5633
modelopt/torch/nas/utils.py sha256=Q80IJXm4XVs9VQG8jB-6r0b4IZUNaqi_yYWyyNe-rdU 13460
modelopt/torch/nas/hparams/__init__.py sha256=1R8EDrZ9agA-SczLogiGad6YKWOWSYpCs8-87zfMrQk 806
modelopt/torch/nas/hparams/concat.py sha256=Asw5lzukgWnM9nFr9dZfGXwymJVI3JBDOsPg2Rnj3HA 12541
modelopt/torch/nas/hparams/container.py sha256=RxPtMApeWjvdz2WXCJKUbBYPHWqSyGBYJQDv8VHLEyA 1736
modelopt/torch/nas/modules/__init__.py sha256=F4H68tstohdez_qQkPNl3m5q5z_AGhrITMH25_Hs7IU 820
modelopt/torch/nas/modules/container.py sha256=WrQ2SvWh1Kmf0DjDfVnuMbpfzWFAaADW9lWCScKYgs0 3494
modelopt/torch/nas/modules/conv.py sha256=-GNkU_iKhCJBuYi95SBstcNseDhwr25wZDCF5KaYP8U 10618
modelopt/torch/nas/modules/linear.py sha256=EdDO7paUH0UJgECEDr0Cl57FodqQNK95a2M7QxShwZY 3200
modelopt/torch/nas/modules/norm.py sha256=vFj3PLIukMLqXujQKqIQnz7LoP6Z8y3f_kPAwIu9FhI 7537
modelopt/torch/nas/modules/utils.py sha256=DiND45c3TPqCwm7RNoo0B2TdC-O3loEkZYHE_KqSLAc 2176
modelopt/torch/nas/plugins/__init__.py sha256=86nGI0aqSDVq19RiY77YapOmayslkRyvo___Z7hcpNs 1044
modelopt/torch/nas/plugins/torch.py sha256=LgJKp1JPN27WwPUsNEOKFrtEnVPhr9b7-KnEh56UCVE 2548
modelopt/torch/nas/plugins/transformer_engine.py sha256=l4cNb8jbzxgRbA_URGDbwyNoSOdjlhNe_c8WmX28jRM 1632
modelopt/torch/nas/plugins/transformers.py sha256=vvbXJlXviXZWctJ147nqT_JQURkhzUg6GEb9NFRF1D0 8296
modelopt/torch/opt/__init__.py sha256=EPTbUh5mSCd1ODHf460vcL_CMhyk6NGwHK7hwkwgV34 1512
modelopt/torch/opt/_hooks.py sha256=UuV6mMO-yJ6C5B6rO2Vu7eJBVgyhlRQZvrE-2qZKh1w 2950
modelopt/torch/opt/config.py sha256=5o5Cu5ykfLDGvYcO5FftY_leo_MH6rN-09_ZRHa7Fcs 14945
modelopt/torch/opt/conversion.py sha256=17XRuGKmZdDP2E7RYgAjiSU0c8j1QqvonzhpTAKKS8s 24410
modelopt/torch/opt/dynamic.py sha256=TIvRIvNZr7RcuXN0Wo75EDgyObRNbiLlXny5H58SKrE 58000
modelopt/torch/opt/hparam.py sha256=Y4K4sZ8t7-ZhbrHBX3zmcJ-bw5It6s73HhUWEgSg_58 10438
modelopt/torch/opt/mode.py sha256=UlUCljdxmf6UYYCEUwgEQ1izGPF5R-VcoHHK8uSCepc 12462
modelopt/torch/opt/searcher.py sha256=jUSS-fPZmO1ok0Ii5O7o_6bshwSemWlptMzODSeUxWc 14140
modelopt/torch/opt/utils.py sha256=OMipdx_P2hQtfP7Q4KSWM4nt8dog2MW6iJqVyTwVJvA 2606
modelopt/torch/opt/plugins/__init__.py sha256=ZN7Cz9v87kux9GYQAtaif0QagX7DBwq9o6dv6cfkXUE 1089
modelopt/torch/opt/plugins/diffusers.py sha256=ViwdCgssIdbPisJxThWzRWbDueBxcSEaKb28F2SNpxI 931
modelopt/torch/opt/plugins/huggingface.py sha256=eBcKuAmGECeisIQBVVq3yhv7Cz-t0Dc-D0yYyH3nUL0 7412
modelopt/torch/opt/plugins/mcore_dist_checkpointing.py sha256=_Ts5vRtQxt5TKrCEfChQd-fI8exEtg1nSZEi13DYq-U 16428
modelopt/torch/opt/plugins/peft.py sha256=TOLpkl7mhGjkB-q4ryLd04MBXVsNq04bZ36Hg3SgvvU 4109
modelopt/torch/opt/plugins/transformers.py sha256=h7fl3YABOMlNOxz4fwjUjw1r33YwdM0yV7C74vYUSqs 946
modelopt/torch/prune/__init__.py sha256=tr17PlxtbXkIOu1a3_V7Dbl1u8_AepDdPgdyCEwcUjg 1109
modelopt/torch/prune/config.py sha256=dGfedjrAmSMoEIEllkz9Kgv7SmEFUyzwLEZw8m8jj58 2905
modelopt/torch/prune/fastnas.py sha256=SDB7jiC3NPzllET0RrrHgRMlkk8vnMFGi02nPItsOZY 10729
modelopt/torch/prune/gradnas.py sha256=woAGhlrN-zUf3vMpFpyiVFPxTzrwGQsmrQoJ8RWVXSg 12486
modelopt/torch/prune/mcore_gpt_minitron.py sha256=ZUo0pHG2vMyFG1NCtTU0_0xJqZNn8iuXeKSEdHUMSKM 6280
modelopt/torch/prune/mode.py sha256=JbanhHcwcB9SJfeWjLgNAWjPifksoISigSHNHpmUpTs 4810
modelopt/torch/prune/pruning.py sha256=gIjdpBN29OWJAu7sCw3-19BRMqg3a3HN5zpqmheqC8g 10651
modelopt/torch/prune/plugins/__init__.py sha256=5md1v7xZm-Z_m9khkgkjroOgX87Q2K54SxoegRXPYnA 911
modelopt/torch/prune/plugins/megatron.py sha256=8m_78i79UfLACNYZMEuSpk3Puyl-Xh_5VpVuHXnQeOc 1236
modelopt/torch/prune/plugins/transformers.py sha256=C76plybw2dvQ-l86NgerdBdKtVs-_iE5WAR28D8MLW4 1290
modelopt/torch/quantization/__init__.py sha256=T3K4MiwV5N4GhnE8R4b7_qrx5wa_x_c1ATP9snN9Ra4 938
modelopt/torch/quantization/config.py sha256=Xs92rdFUcfB4pNLYthKGm2WMS2jgor5iWh87dKzDAAA 30951
modelopt/torch/quantization/conversion.py sha256=ibfgpCz0qKI6c7IFrp7EGBeySv88BENl8EBe3IBimwE 14362
modelopt/torch/quantization/export_onnx.py sha256=XbOVzEp1BXMlpjykt6IBI0IGdaSYHFDnAVr4A3AzkSo 21282
modelopt/torch/quantization/extensions.py sha256=Lh7xru4sJ8KVhGrFrtRzM1CNSaXMak6kxJI8QJB3Ok8 3412
modelopt/torch/quantization/mode.py sha256=a0-iBaCvMqAgBUcqgSJ1XBmDxLw3yXMqib4F551j2x4 4065
modelopt/torch/quantization/model_calib.py sha256=gK2ugzKAPe4FvQ5jcW6urBUmIcwJARF9KUwudqYEDUQ 38918
modelopt/torch/quantization/model_quant.py sha256=TXZR-gegdGz1_TLS6y2z77XXsTKrhRO4tasWViAUM6s 19380
modelopt/torch/quantization/optim.py sha256=LffSlpwV4M_jAsOELvWfjY8dRV4vJFidqz0y_qZPCgY 1491
modelopt/torch/quantization/quant_modules.py sha256=_SCFnySQhCofnR_E6AuJCU_oza8_Y4j3rZKygcNs9Kg 1811
modelopt/torch/quantization/tensor_quant.py sha256=2mw63YKGXjeOfrVvppQleeYR9FuoOu-MtVy2wYUi5JI 23709
modelopt/torch/quantization/utils.py sha256=SlieZBRuN1ohh78bymQLb_M2GW6N5pRcV1yrFtrMv98 6283
modelopt/torch/quantization/calib/__init__.py sha256=5esfUZeuBVAVodftDj7vinjlUEGbdFJOgrwiXYQBdMQ 928
modelopt/torch/quantization/calib/calibrator.py sha256=onQ7NZdbk5NsWfWuDG0v1X-_T_uyoYI9_1Yiqmg9Jvw 1959
modelopt/torch/quantization/calib/histogram.py sha256=R8Y81yBvIeVKF0zhZWEe-dviak6QJl2-MOoHlFrXYJ8 17257
modelopt/torch/quantization/calib/max.py sha256=71L3ywSOrXjUEUOaqqN4f5nslWU_0hZC2lF1wBOgG3Q 3523
modelopt/torch/quantization/nn/__init__.py sha256=bF4z-N6s5T9vyC17M4Anie7FGVFZzEvYsQ4OIBfC69c 1088
modelopt/torch/quantization/nn/functional.py sha256=FiyNMyhgWymSmxP4EaCj1siC87WoDVt0LTWUlitE1SM 2888
modelopt/torch/quantization/nn/modules/__init__.py sha256=H0dA6hHoaP5rmThHuDDOxm-E4Ym9dVcxKiRbD6snKfM 721
modelopt/torch/quantization/nn/modules/clip.py sha256=g32nMl-8iyg8Wm2hYdhHh3aXLuT5seq3X4gghGLvZ5s 1921
modelopt/torch/quantization/nn/modules/quant_activations.py sha256=qxKPcBbYirAeqApr-ivWpO01g91VnoiJwRNHNP-6pow 880
modelopt/torch/quantization/nn/modules/quant_batchnorm.py sha256=L_x5GQ03_yMi3ZIgfJzYZLAllpaNrpX0vsMhetUXkHM 1054
modelopt/torch/quantization/nn/modules/quant_conv.py sha256=KMdcfqEgJwt1wk0EmJANCy20Jl_nvnwglmbd_hb8Qz0 3975
modelopt/torch/quantization/nn/modules/quant_instancenorm.py sha256=LP1xy0fS0L1agTdxP53AOQzJy3C9e71YLRxxrJLvK1w 1647
modelopt/torch/quantization/nn/modules/quant_linear.py sha256=dIqcQUYLfFyqG3rNjLBHjVwG4n0l25Z0fgRDYibNlpM 1734
modelopt/torch/quantization/nn/modules/quant_module.py sha256=g2j-CIAy9fRmGhGaUFYXhZDkz1jdYNWuJsGjqN_22fM 7716
modelopt/torch/quantization/nn/modules/quant_pooling.py sha256=WW_4l9c8pSaAlnj0eWqqykv6SNfFmk5uZkEDj2fiOPA 3575
modelopt/torch/quantization/nn/modules/quant_rnn.py sha256=RrcfLUTc9mY1w-hMUdQ30GUt9nAZTqraA-K6cYFsbSg 18807
modelopt/torch/quantization/nn/modules/tensor_quantizer.py sha256=BoeEOs_d9PpLYu3S7oqgwa1QyU9RM_QgqlNy7Y_5EeA 39804
modelopt/torch/quantization/plugins/__init__.py sha256=thgrnUGUQIYpVvB5oNc4EznolLfMyeKlrwhczG1q8pE 1814
modelopt/torch/quantization/plugins/apex.py sha256=vl59qtGRFf07sOQAyMjI_pAF0mPpNhbvAOFrEqMMCtA 1987
modelopt/torch/quantization/plugins/attention.py sha256=MC6ajPfbkKYXXVuu7X8MqgE8c5fpddk3zSc9AjyydtQ 9426
modelopt/torch/quantization/plugins/custom.py sha256=AOZ-OXVlbGGv32LHT7MJR85GL-pQH_qzo4szFWG9Dj0 4359
modelopt/torch/quantization/plugins/diffusers.py sha256=Tv_VMJqoEeORHcN_JhpdJ_7Pmlke3G68iW_QXiZTw3Y 7728
modelopt/torch/quantization/plugins/fairscale.py sha256=s1NgpAcIhuuFvu0k_ab12stAA0tF8KTH0iaoVqpReTI 1701
modelopt/torch/quantization/plugins/huggingface.py sha256=j3JMWy88a1V3GXBWd7WOaYMPbcuZNhaVW5ILXbcClvM 10566
modelopt/torch/quantization/plugins/megatron.py sha256=rW4U7Mvjgncm8YrGGZjliMYlvNnf5C69aPlUV9rLxIQ 13632
modelopt/torch/quantization/plugins/nemo.py sha256=Ys4uytSYsQGwY2SJY8b4kAxvVXQq6k0YnPqtESRhoT0 2536
modelopt/torch/quantization/plugins/peft.py sha256=ruSDv8tEjF8ePPpBlgpW8sujPIr2SUOItFLU6vMq7W8 2171
modelopt/torch/quantization/qtensor/__init__.py sha256=tMseRszZGUgQY3eitylP6_WAU_0LuWre55jzAI3Ve0E 873
modelopt/torch/quantization/qtensor/base_qtensor.py sha256=8TCOP_oQnw--MZxJ2-0h5V3xG58aZ3kP4H74V_7x6yY 6198
modelopt/torch/quantization/qtensor/int4_tensor.py sha256=HCs1MQo-pI_r2hUfoz2n4-hUf_nU3YFrka6P7FopicQ 4855
modelopt/torch/quantization/qtensor/nf4_tensor.py sha256=q-Xs9GhHhnhHUAdA-YUxIQTNKrzPpF96ocivCCAroK0 7423
modelopt/torch/quantization/src/tensor_quant.cpp sha256=x3ZubsIB6cX8BuISrxxbkRYqGrAQzlzr99dPzHQWx1Y 3907
modelopt/torch/quantization/src/tensor_quant.h sha256=nY4z72b7S63WyqczcUo4e3wlW08HJm2cYVmGyFqGHEA 2796
modelopt/torch/quantization/src/tensor_quant_fp8.cpp sha256=13iIMHtAL35yM6Oe8rBNsYfSrHtAkMwfbCJUrvQG5TE 1850
modelopt/torch/quantization/src/tensor_quant_gpu.cu sha256=1LtqZaRedoIb_gNQX1kpAMkadoR7mQAGJ9KsKUGn8iU 14931
modelopt/torch/quantization/src/tensor_quant_gpu_fp8.cu sha256=F-saHPSdiQfgOVT_j-o6PDMKMTSB6GRFr3btGB_fYyI 4609
modelopt/torch/quantization/src/tensor_quant_mx.cu sha256=zqrwisyBpmOFlw9McUGVEaWOhvOOtoXAo3yfstcI2BQ 16575
modelopt/torch/quantization/src/tensor_quant_mx.h sha256=EWaHwe5ZFWQPmh_Sb5RPDtXlgY9ecx9OtvVIF6DdT9k 7841
modelopt/torch/sparsity/__init__.py sha256=NcQMFtojpZyLNUS8MI4NRzbEWvnPBcxnebuLBXuzyyY 788
modelopt/torch/sparsity/config.py sha256=RVdSfLWmHWEWT6Gb_ZYkCPHrkckkqiUEPRB0CKMeQxA 1724
modelopt/torch/sparsity/magnitude.py sha256=6521QBqNUu04N1u3OCFkQ8LF6cbh5fuAF4LztI7zJX4 5314
modelopt/torch/sparsity/mode.py sha256=Ca4eS-fS1WKRqir7-umVLbKvEEteRo7K09PQ_T0h1rQ 6754
modelopt/torch/sparsity/module.py sha256=fiUMoBk1pbXVA6RogJ5I-r2Sb5kn99eHvVeoV0pjb10 3635
modelopt/torch/sparsity/searcher.py sha256=rdEfxKHV3wca29dkyoND5XUaJMpNsVMRHKEfBofXv5I 3164
modelopt/torch/sparsity/sparsegpt.py sha256=AclkkQd3mUAACuLPmzzmBl4McHE1nn9yMxZVxix8ao4 10714
modelopt/torch/sparsity/sparsification.py sha256=zAZJMyK4oIcMhMfDl534oFVpN7uM-YtFDAHpMBrOTaM 5740
modelopt/torch/sparsity/plugins/__init__.py sha256=0bzx6nC0v_8MZQdXt1LnBiBKJIBOq9KvkMxUbdpBTLI 944
modelopt/torch/sparsity/plugins/megatron.py sha256=pB5oPZf-VQpicVCD7-sN_T1OOlmyeTgkk_-VgGAx0yY 2774
modelopt/torch/speculative/__init__.py sha256=Xs0AL4tf8oqDa4HdQyNk1oOvzhGh7dsimTunp5OjU-c 824
modelopt/torch/speculative/config.py sha256=vbAUuQMUn4-KzRAYWjOUbck4TYM17R8MYtvmQMk9gGo 2032
modelopt/torch/speculative/mode.py sha256=pDBWoZxEOGHJ1z6HLG_H-HSzDPyGsSTLMZkw6Zk8Ewc 3765
modelopt/torch/speculative/speculative_decoding.py sha256=VIMeu1Xrx8KmnwbgQ0Y7G-LMHId7WzoMLv6zD34EiZM 2555
modelopt/torch/speculative/utils.py sha256=cRwiUOW4rgklGcdavPPZmFndEpoCWBNQSfxw_iCkUk8 1803
modelopt/torch/speculative/eagle/__init__.py sha256=dQfcyiycHLTxeTdw_HK457qLYdzUXGYMBvfpJL1ewx8 767
modelopt/torch/speculative/eagle/conversion.py sha256=ytl-wkcE_IXus9qvNFwH12EkU7pekuWl1vOmgBbpJvg 2301
modelopt/torch/speculative/eagle/eagle_model.py sha256=NdCy1-S-t_b8SANIjJPGAwmHr5myfXKSMvFrnFtedbk 1360
modelopt/torch/speculative/eagle/utils.py sha256=NYBKGC9mVSHdY_nZVfe7JCTWug1jzX0RUIVUi5OyoHs 15246
modelopt/torch/speculative/medusa/__init__.py sha256=Sxw7rgJ0X6v3S9Ezx3HRIEtFB4rrVdgEONauWxM8Vd4 769
modelopt/torch/speculative/medusa/conversion.py sha256=Ud1dBv27xEsPdzdT57aGpg7G9b0YGA7ae3CN7rj7s7c 2229
modelopt/torch/speculative/medusa/medusa_model.py sha256=gOzZsA7-JsFhz7K6-16PDcbmiWXpyHX1iDaOPhuMrBI 1307
modelopt/torch/speculative/plugins/__init__.py sha256=MR_I10oRqhZc--WarrzgpEVENGHMH5-D_o8SJAT0Yr0 1143
modelopt/torch/speculative/plugins/megatron.py sha256=405-_BFF2Z5wz6np4F-PI3W1Z4TtxFnqQXHwlaBEY6A 28480
modelopt/torch/speculative/plugins/transformers.py sha256=pE_kNUX8F-XOcxb0_r9u2Hwx2UHcpfV49pR02ZwLrHc 25536
modelopt/torch/speculative/redrafter/__init__.py sha256=_n3Wd3Ka5Dxi0NUKkDEyxwb_jP6RN4BSbFcMynGxSL8 775
modelopt/torch/speculative/redrafter/conversion.py sha256=kR5-mjqZ8Wp5kD9MkWInJvR7z3b_iyNtSbi63ls1J48 2359
modelopt/torch/speculative/redrafter/redrafter_model.py sha256=CidwKyrKtmNRQ1AnhOElUYT8GBh_Q4BumWX8mF6XPvQ 1369
modelopt/torch/trace/__init__.py sha256=QC_OMbwTBs7tBdvQppx-lBrHJW2GtO04qpSZj32Rwk0 943
modelopt/torch/trace/analyzer.py sha256=5MJgx5oXGEmsbjwWefY4VnFylFPpM9Rrmz1FZ7igzlg 62974
modelopt/torch/trace/symbols.py sha256=Mq8E0_qUxjMgDFirJN5P5djb5kxXw0kmRKYsjw40alc 21530
modelopt/torch/trace/tracer.py sha256=Yulc3irA2n6ljSbGCdmmyqmFq8hgd_Dk3w9A7nuO_AI 13222
modelopt/torch/trace/modules/__init__.py sha256=0XtNOE6fmuyZeiQKXXznc9OLwJF0TRPpCSzIw2z1Zro 802
modelopt/torch/trace/modules/concat.py sha256=jgMTYfsjY_PdhosPsK_G5nvGmO6cO-5eVoaN9TaMJCk 17506
modelopt/torch/trace/modules/nn.py sha256=tFccDTHm5RDxHWwM_QWAV9bb6fTJnJbDWxNXxV2P2nA 5683
modelopt/torch/trace/plugins/__init__.py sha256=JsbdU-vbyF8oiIYfvrx5eMXE9g-1ua_OI2BbYgkZkfA 1095
modelopt/torch/trace/plugins/megatron.py sha256=lrzVRm8-0uRE4clzLetVV8iH3zOzW3j3sYbhSZ7IUHc 1284
modelopt/torch/trace/plugins/transformers.py sha256=BoXlZvZq2hUJIY2233UIZL_UkGa67JGhUfmKASZqsDA 2250
modelopt/torch/utils/__init__.py sha256=Yad2JAJtJoaBDtiN513umKVimCaB3DkO5NR4bFFNWPk 977
modelopt/torch/utils/_pytree.py sha256=c9DJH2m7RL_GKQm1UICxaAw234athsXMkayZuOVVx3Y 5566
modelopt/torch/utils/cpp_extension.py sha256=R8kU2C_7ORhIf4CcNlOyiWsQVzsn_fX7wW2z5mdULT4 3500
modelopt/torch/utils/dataset_utils.py sha256=MuUqFPGpu-qDel2LMMPhIci7V0oUJnosVESx7u1Ih74 12722
modelopt/torch/utils/distributed.py sha256=mYETXzm_xugnihCXGy_ianbhLdpGI_lVmLWatIH_0Uo 9918
modelopt/torch/utils/graph.py sha256=9w_6G3yiPSZM1p2VYozui7owAL8rUEuuTtX6jkjftnY 3901
modelopt/torch/utils/image_processor.py sha256=TwR9aW4WDz-6vOtypjJCgqngav8-ma613NKQ1PTJ0dM 4349
modelopt/torch/utils/import_utils.py sha256=mZxIOCcL2MKZ1os8KqST9BnQZhxHTs7d4d3Rm84uGmc 1287
modelopt/torch/utils/list.py sha256=GyOEMRuKgsELRZ1oAT1OVSkMxAo6fz94K66p6mizf2Q 2011
modelopt/torch/utils/logging.py sha256=gTNghP-Aa5AKqMOedlAS1JN_gx5AS4xtrE3Idn0DBIw 3988
modelopt/torch/utils/network.py sha256=NKphisokA65XaBGV41iUwLHgmYGAOdJNIzqiFXpxksc 24073
modelopt/torch/utils/perf.py sha256=-SpNUVY09McBkCnAPLW3bE81p2_DUCMrjM9KA4tSMes 2871
modelopt/torch/utils/random.py sha256=Z-3a60sPc_OHR2pZs17CBFAZdNR3x2jzo_wCI8bXSUY 5684
modelopt/torch/utils/tensor.py sha256=7ajMwo1fIIqZp4krG8kcsSjkyOGSJW50mc0moIkQ-1k 2057
modelopt/torch/utils/vlm_dataset_utils.py sha256=arE2ssG19RlPLgzAJQD5OLh5HISfKAGQ93fJbh4GhMc 3785
nvidia_modelopt-0.23.0.dist-info/LICENSE sha256=ABRP1oyVxjEsl5A_dXiedJ31EiKWLLAwkxSK7bAmUi0 654
nvidia_modelopt-0.23.0.dist-info/METADATA sha256=XAq841GlwDu1vpPs2Yt0vv-9E567CkAdrUEXz2oAjrw 9274
nvidia_modelopt-0.23.0.dist-info/WHEEL sha256=q0csfyxC0CgL_VbODy1dAROUKOBO6j0wA7STVVTEknI 108
nvidia_modelopt-0.23.0.dist-info/top_level.txt sha256=IMo1VR4nTJCILUd5BAb4Pd5DmXMRn_4W9wobCeTfn5Y 9
nvidia_modelopt-0.23.0.dist-info/RECORD

top_level.txt

modelopt