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
ModelZoo
nanotron_pytorch
Commits
d99506f3
Commit
d99506f3
authored
Dec 03, 2024
by
chenzk
Browse files
v1.0.1
parent
61e92904
Pipeline
#2033
canceled with stages
Changes
331
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
1 deletion
+0
-1
src/nanotron/config/utils_config.py
src/nanotron/config/utils_config.py
+0
-0
src/nanotron/constants.py
src/nanotron/constants.py
+0
-0
src/nanotron/data/collator.py
src/nanotron/data/collator.py
+0
-0
src/nanotron/data/dataloader_builder.py
src/nanotron/data/dataloader_builder.py
+0
-0
src/nanotron/data/nanoset.py
src/nanotron/data/nanoset.py
+0
-0
src/nanotron/data/utils.py
src/nanotron/data/utils.py
+0
-0
src/nanotron/dataloader.py
src/nanotron/dataloader.py
+0
-1
src/nanotron/distributed.py
src/nanotron/distributed.py
+0
-0
src/nanotron/fp8/__init__.py
src/nanotron/fp8/__init__.py
+0
-0
src/nanotron/fp8/constants.py
src/nanotron/fp8/constants.py
+0
-0
src/nanotron/fp8/dtypes.py
src/nanotron/fp8/dtypes.py
+0
-0
src/nanotron/fp8/kernel.py
src/nanotron/fp8/kernel.py
+0
-0
src/nanotron/fp8/linear.py
src/nanotron/fp8/linear.py
+0
-0
src/nanotron/fp8/meta.py
src/nanotron/fp8/meta.py
+0
-0
src/nanotron/fp8/parameter.py
src/nanotron/fp8/parameter.py
+0
-0
src/nanotron/fp8/tensor.py
src/nanotron/fp8/tensor.py
+0
-0
src/nanotron/fp8/utils.py
src/nanotron/fp8/utils.py
+0
-0
src/nanotron/generation/__init__.py
src/nanotron/generation/__init__.py
+0
-0
src/nanotron/generation/decode.py
src/nanotron/generation/decode.py
+0
-0
src/nanotron/generation/generate_store.py
src/nanotron/generation/generate_store.py
+0
-0
No files found.
config/utils_config.py
→
src/nanotron/
config/utils_config.py
View file @
d99506f3
File moved
constants.py
→
src/nanotron/
constants.py
View file @
d99506f3
File moved
data/collator.py
→
src/nanotron/
data/collator.py
View file @
d99506f3
File moved
data/dataloader_builder.py
→
src/nanotron/
data/dataloader_builder.py
View file @
d99506f3
File moved
data/nanoset.py
→
src/nanotron/
data/nanoset.py
View file @
d99506f3
File moved
data/utils.py
→
src/nanotron/
data/utils.py
View file @
d99506f3
File moved
dataloader.py
→
src/nanotron/
dataloader.py
View file @
d99506f3
This diff is collapsed.
Click to expand it.
distributed.py
→
src/nanotron/
distributed.py
View file @
d99506f3
File moved
fp8/__init__.py
→
src/nanotron/
fp8/__init__.py
View file @
d99506f3
File moved
fp8/constants.py
→
src/nanotron/
fp8/constants.py
View file @
d99506f3
File moved
fp8/dtypes.py
→
src/nanotron/
fp8/dtypes.py
View file @
d99506f3
File moved
fp8/kernel.py
→
src/nanotron/
fp8/kernel.py
View file @
d99506f3
File moved
fp8/linear.py
→
src/nanotron/
fp8/linear.py
View file @
d99506f3
File moved
fp8/meta.py
→
src/nanotron/
fp8/meta.py
View file @
d99506f3
File moved
fp8/parameter.py
→
src/nanotron/
fp8/parameter.py
View file @
d99506f3
File moved
fp8/tensor.py
→
src/nanotron/
fp8/tensor.py
View file @
d99506f3
File moved
fp8/utils.py
→
src/nanotron/
fp8/utils.py
View file @
d99506f3
File moved
generation/__init__.py
→
src/nanotron/
generation/__init__.py
View file @
d99506f3
File moved
generation/decode.py
→
src/nanotron/
generation/decode.py
View file @
d99506f3
File moved
generation/generate_store.py
→
src/nanotron/
generation/generate_store.py
View file @
d99506f3
File moved
Prev
1
…
8
9
10
11
12
13
14
15
16
17
Next
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