Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f43dc4a

Browse files
Alexander Jipaazzhipa
Alexander Jipa
andauthoredJul 21, 2023
fixing regular installation (#173)
Co-authored-by: Alexander Jipa <[email protected]>
1 parent 5d40884 commit f43dc4a

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed
 

‎megatron/core/requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
torch
1+
pybind11
2+
torch
3+
regex

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def req_file(filename, folder="megatron/core"):
101101
'Natural Language :: English',
102102
'Operating System :: OS Independent',
103103
],
104-
packages=['megatron.core', 'megatron.core.pipeline_parallel', 'megatron.core.tensor_parallel'],
104+
packages=setuptools.find_packages(),
105105
install_requires=install_requires,
106106

107107
# Add in any packaged data.

‎tools/__init__.py

Whitespace-only changes.

‎tools/retro/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.