Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Megatron-LM
Commits
5f4ddd9b
Commit
5f4ddd9b
authored
Sep 26, 2022
by
Jared Casper
Browse files
Add basic setup.py for core.
parent
e7e99721
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
.gitignore
.gitignore
+3
-1
setup.py
setup.py
+10
-0
No files found.
.gitignore
View file @
5f4ddd9b
__pycache__
__pycache__
*.so
build
*.egg-info
setup.py
0 → 100644
View file @
5f4ddd9b
from
setuptools
import
setup
,
find_packages
setup
(
name
=
"megatron.core"
,
version
=
"0.1"
,
description
=
"Core components of Megatron."
,
packages
=
find_packages
(
include
=
(
"megatron.core"
)
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment