arbor-ai 0.2.2__py3-none-any.whl → 0.2.3__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.
- {arbor_ai-0.2.2.dist-info → arbor_ai-0.2.3.dist-info}/METADATA +10 -2
- {arbor_ai-0.2.2.dist-info → arbor_ai-0.2.3.dist-info}/RECORD +6 -6
- {arbor_ai-0.2.2.dist-info → arbor_ai-0.2.3.dist-info}/WHEEL +0 -0
- {arbor_ai-0.2.2.dist-info → arbor_ai-0.2.3.dist-info}/entry_points.txt +0 -0
- {arbor_ai-0.2.2.dist-info → arbor_ai-0.2.3.dist-info}/licenses/LICENSE +0 -0
- {arbor_ai-0.2.2.dist-info → arbor_ai-0.2.3.dist-info}/top_level.txt +0 -0
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: arbor-ai
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.3
|
4
4
|
Summary: A framework for fine-tuning and managing language models
|
5
5
|
Author-email: Noah Ziems <nziems2@nd.edu>
|
6
6
|
Project-URL: Homepage, https://github.com/Ziems/arbor
|
7
7
|
Project-URL: Issues, https://github.com/Ziems/arbor/issues
|
8
|
-
Requires-Python: >=3.
|
8
|
+
Requires-Python: >=3.11
|
9
9
|
Description-Content-Type: text/markdown
|
10
10
|
License-File: LICENSE
|
11
11
|
Requires-Dist: torch>=2.6.0
|
@@ -79,6 +79,14 @@ export NCCL_P2P_DISABLE=1
|
|
79
79
|
export NCCL_IB_DISABLE=1
|
80
80
|
```
|
81
81
|
|
82
|
+
**NVCC**
|
83
|
+
If you run into issues, double check that you have [nvcc](https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/) installed:
|
84
|
+
```bash
|
85
|
+
nvcc --version
|
86
|
+
```
|
87
|
+
If you don't have admin permissions, you can often install nvcc using conda.
|
88
|
+
|
89
|
+
|
82
90
|
## 🙏 Acknowledgements
|
83
91
|
|
84
92
|
Arbor builds on the shoulders of great work. We extend our thanks to:
|
@@ -43,9 +43,9 @@ arbor/server/services/scripts/utils/mock_server.py,sha256=NX38oBtxEVS9-kreayTCSz
|
|
43
43
|
arbor/server/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
44
44
|
arbor/server/utils/helpers.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
45
45
|
arbor/server/utils/logging.py,sha256=UsG3cYgNk04pXadf5-NcYxvI8qYjB6o91N_P08FuoIg,10368
|
46
|
-
arbor_ai-0.2.
|
47
|
-
arbor_ai-0.2.
|
48
|
-
arbor_ai-0.2.
|
49
|
-
arbor_ai-0.2.
|
50
|
-
arbor_ai-0.2.
|
51
|
-
arbor_ai-0.2.
|
46
|
+
arbor_ai-0.2.3.dist-info/licenses/LICENSE,sha256=5vFGrbOFeXXM83JV9o16w7ohH4WLeu3-57GocJSz8ow,1067
|
47
|
+
arbor_ai-0.2.3.dist-info/METADATA,sha256=0JRkTl4qj8IAokBE0W0nQVcG7nu1qiFzGIA85jGVILc,3017
|
48
|
+
arbor_ai-0.2.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
49
|
+
arbor_ai-0.2.3.dist-info/entry_points.txt,sha256=PGBX-MfNwfIl8UPFgsX3gjtXLqSogRhOktKMpZUysD0,40
|
50
|
+
arbor_ai-0.2.3.dist-info/top_level.txt,sha256=jzWdp3BRYqvZDMFsPajrcftvvlluzVDErkD8IMRfhYs,6
|
51
|
+
arbor_ai-0.2.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|