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
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
0 deletions
+0
-0
src/nanotron/generation/sampler.py
src/nanotron/generation/sampler.py
+0
-0
src/nanotron/helpers.py
src/nanotron/helpers.py
+0
-0
src/nanotron/logging.py
src/nanotron/logging.py
+0
-0
src/nanotron/models/__init__.py
src/nanotron/models/__init__.py
+0
-0
src/nanotron/models/base.py
src/nanotron/models/base.py
+0
-0
src/nanotron/models/llama.py
src/nanotron/models/llama.py
+0
-0
src/nanotron/models/starcoder2.py
src/nanotron/models/starcoder2.py
+0
-0
src/nanotron/nn/__init__.py
src/nanotron/nn/__init__.py
+0
-0
src/nanotron/nn/activations.py
src/nanotron/nn/activations.py
+0
-0
src/nanotron/nn/layer_norm.py
src/nanotron/nn/layer_norm.py
+0
-0
src/nanotron/optim/__init__.py
src/nanotron/optim/__init__.py
+0
-0
src/nanotron/optim/base.py
src/nanotron/optim/base.py
+0
-0
src/nanotron/optim/clip_grads.py
src/nanotron/optim/clip_grads.py
+0
-0
src/nanotron/optim/gradient_accumulator.py
src/nanotron/optim/gradient_accumulator.py
+0
-0
src/nanotron/optim/inherit_from_other_optimizer.py
src/nanotron/optim/inherit_from_other_optimizer.py
+0
-0
src/nanotron/optim/named_optimizer.py
src/nanotron/optim/named_optimizer.py
+0
-0
src/nanotron/optim/optimizer_from_gradient_accumulator.py
src/nanotron/optim/optimizer_from_gradient_accumulator.py
+0
-0
src/nanotron/optim/zero.py
src/nanotron/optim/zero.py
+0
-0
src/nanotron/parallel/__init__.py
src/nanotron/parallel/__init__.py
+0
-0
src/nanotron/parallel/context.py
src/nanotron/parallel/context.py
+0
-0
No files found.
generation/sampler.py
→
src/nanotron/
generation/sampler.py
View file @
d99506f3
File moved
helpers.py
→
src/nanotron/
helpers.py
View file @
d99506f3
File moved
logging.py
→
src/nanotron/
logging.py
View file @
d99506f3
File moved
models/__init__.py
→
src/nanotron/
models/__init__.py
View file @
d99506f3
File moved
models/base.py
→
src/nanotron/
models/base.py
View file @
d99506f3
File moved
models/llama.py
→
src/nanotron/
models/llama.py
View file @
d99506f3
File moved
models/starcoder2.py
→
src/nanotron/
models/starcoder2.py
View file @
d99506f3
File moved
src/nanotron/nn/__init__.py
0 → 100644
View file @
d99506f3
nn/activations.py
→
src/nanotron/
nn/activations.py
View file @
d99506f3
File moved
nn/layer_norm.py
→
src/nanotron/
nn/layer_norm.py
View file @
d99506f3
File moved
optim/__init__.py
→
src/nanotron/
optim/__init__.py
View file @
d99506f3
File moved
optim/base.py
→
src/nanotron/
optim/base.py
View file @
d99506f3
File moved
optim/clip_grads.py
→
src/nanotron/
optim/clip_grads.py
View file @
d99506f3
File moved
optim/gradient_accumulator.py
→
src/nanotron/
optim/gradient_accumulator.py
View file @
d99506f3
File moved
optim/inherit_from_other_optimizer.py
→
src/nanotron/
optim/inherit_from_other_optimizer.py
View file @
d99506f3
File moved
optim/named_optimizer.py
→
src/nanotron/
optim/named_optimizer.py
View file @
d99506f3
File moved
optim/optimizer_from_gradient_accumulator.py
→
src/nanotron/
optim/optimizer_from_gradient_accumulator.py
View file @
d99506f3
File moved
optim/zero.py
→
src/nanotron/
optim/zero.py
View file @
d99506f3
File moved
parallel/__init__.py
→
src/nanotron/
parallel/__init__.py
View file @
d99506f3
File moved
parallel/context.py
→
src/nanotron/
parallel/context.py
View file @
d99506f3
File moved
Prev
1
…
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