nvidia-nat-openpipe-art 1.4.0a20260109__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nvidia-nat-openpipe-art might be problematic. Click here for more details.
- nat/meta/pypi.md +23 -0
- nat/plugins/openpipe/__init__.py +0 -0
- nat/plugins/openpipe/config.py +77 -0
- nat/plugins/openpipe/register.py +71 -0
- nat/plugins/openpipe/trainer.py +659 -0
- nat/plugins/openpipe/trainer_adapter.py +339 -0
- nat/plugins/openpipe/trajectory_builder.py +333 -0
- nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/METADATA +46 -0
- nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/RECORD +14 -0
- nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/WHEEL +5 -0
- nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/entry_points.txt +2 -0
- nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/licenses/LICENSE-3rd-party.txt +5478 -0
- nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/licenses/LICENSE.md +201 -0
- nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: nvidia-nat-openpipe-art
|
|
3
|
+
Version: 1.4.0a20260109
|
|
4
|
+
Summary: Subpackage for OpenPipe ART integration in NeMo Agent toolkit
|
|
5
|
+
Author: NVIDIA Corporation
|
|
6
|
+
Maintainer: NVIDIA Corporation
|
|
7
|
+
License: Apache-2.0
|
|
8
|
+
Project-URL: documentation, https://docs.nvidia.com/nemo/agent-toolkit/latest/
|
|
9
|
+
Project-URL: source, https://github.com/NVIDIA/NeMo-Agent-Toolkit
|
|
10
|
+
Keywords: ai,finetuning
|
|
11
|
+
Classifier: Programming Language :: Python
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Requires-Python: <3.14,>=3.11
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
License-File: LICENSE-3rd-party.txt
|
|
18
|
+
License-File: LICENSE.md
|
|
19
|
+
Requires-Dist: nvidia-nat[litellm]==v1.4.0a20260109
|
|
20
|
+
Requires-Dist: matplotlib~=3.9
|
|
21
|
+
Requires-Dist: openpipe-art~=0.5.4
|
|
22
|
+
Dynamic: license-file
|
|
23
|
+
|
|
24
|
+
<!--
|
|
25
|
+
SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
26
|
+
SPDX-License-Identifier: Apache-2.0
|
|
27
|
+
|
|
28
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
29
|
+
you may not use this file except in compliance with the License.
|
|
30
|
+
You may obtain a copy of the License at
|
|
31
|
+
|
|
32
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
33
|
+
|
|
34
|
+
Unless required by applicable law or agreed to in writing, software
|
|
35
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
36
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
37
|
+
See the License for the specific language governing permissions and
|
|
38
|
+
limitations under the License.
|
|
39
|
+
-->
|
|
40
|
+
|
|
41
|
+

|
|
42
|
+
|
|
43
|
+
# NVIDIA NeMo Agent Toolkit Subpackage
|
|
44
|
+
This is a subpackage for OpenPipe ART integration in NeMo Agent toolkit.
|
|
45
|
+
|
|
46
|
+
For more information about the NVIDIA NeMo Agent toolkit, please visit the [NeMo Agent toolkit GitHub Repo](https://github.com/NVIDIA/NeMo-Agent-Toolkit).
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
nat/meta/pypi.md,sha256=hYEtUuwzbM_BMHamHR737WgNFNwiPIM_XHJiL5hwZI0,1117
|
|
2
|
+
nat/plugins/openpipe/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
nat/plugins/openpipe/config.py,sha256=ncu8meR4Oq8O8TLSRy_YOPlROBfUfyclW2E4iWFneH0,3118
|
|
4
|
+
nat/plugins/openpipe/register.py,sha256=czLQgFo_m3DiVALFKCGGGeJjc_p_c7CAqGc2GNhBufk,2344
|
|
5
|
+
nat/plugins/openpipe/trainer.py,sha256=e02DjHmv0vn-Rjx0C63qheTxiomW9CkcsxS_AfwQ_aw,28346
|
|
6
|
+
nat/plugins/openpipe/trainer_adapter.py,sha256=5oX8K3cZjWRwbvs_OPZAnVHVoEsUX_F_n6cU9sFkfAU,13265
|
|
7
|
+
nat/plugins/openpipe/trajectory_builder.py,sha256=0vSo2kok-U-jenmTgYUezTogUV5Q7F1hfnsraDwT3sQ,14030
|
|
8
|
+
nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
|
|
9
|
+
nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
10
|
+
nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/METADATA,sha256=EjIHzkLPjPEvPWOkxEEV_hZuzgYz1yhdFANAyIfhU5I,1980
|
|
11
|
+
nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/entry_points.txt,sha256=jQ-KWidqQu-yxhQwFhcaTNIyWuEcGpD1b-mcpHJfxto,61
|
|
13
|
+
nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
|
14
|
+
nvidia_nat_openpipe_art-1.4.0a20260109.dist-info/RECORD,,
|