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
chenpangpang
transformers
Commits
b972c1bf
Unverified
Commit
b972c1bf
authored
Jan 06, 2021
by
Patrick von Platen
Committed by
GitHub
Jan 06, 2021
Browse files
finalize (#9431)
parent
bcb55d33
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
docs/source/model_sharing.rst
docs/source/model_sharing.rst
+7
-3
No files found.
docs/source/model_sharing.rst
View file @
b972c1bf
...
@@ -78,7 +78,9 @@ Once you are logged in with your model hub credentials, you can start building y
...
@@ -78,7 +78,9 @@ Once you are logged in with your model hub credentials, you can start building y
transformers
-
cli
repo
create
your
-
model
-
name
transformers
-
cli
repo
create
your
-
model
-
name
This
creates
a
repo
on
the
model
hub
,
which
can
be
cloned
.
This
creates
a
repo
on
the
model
hub
,
which
can
be
cloned
.
If
you
want
to
create
a
repo
under
a
specific
organization
,
you
might
find
the
`
upload_a_new_repo
.
py
script
<
https
://
github
.
com
/
huggingface
/
efficient_scripts
/
blob
/
main
/
upload_a_new_repo
.
py
>`
__
useful
.
..
code
-
block
::
bash
..
code
-
block
::
bash
...
@@ -98,8 +100,10 @@ with any other git repo.
...
@@ -98,8 +100,10 @@ with any other git repo.
echo
"hello"
>>
README
.
md
echo
"hello"
>>
README
.
md
git
add
.
&&
git
commit
-
m
"Update from $USER"
git
add
.
&&
git
commit
-
m
"Update from $USER"
We
are
intentionally
not
wrapping
git
too
much
,
so
that
you
can
go
on
with
the
workflow
you
're used to and the tools
If
you
want
to
change
multiple
repos
at
once
,
the
`
change_config
.
py
script
you already know.
<
https
://
github
.
com
/
huggingface
/
efficient_scripts
/
blob
/
main
/
change_config
.
py
>`
__
can
probably
save
you
some
time
.
We
are
intentionally
not
wrapping
git
too
much
,
so
that
you
can
go
on
with
the
workflow
you
're used to and the tools you
already know.
The only learning curve you might have compared to regular git is the one for git-lfs. The documentation at
The only learning curve you might have compared to regular git is the one for git-lfs. The documentation at
`git-lfs.github.com <https://git-lfs.github.com/>`__ is decent, but we'
ll
work
on
a
tutorial
with
some
tips
and
tricks
`git-lfs.github.com <https://git-lfs.github.com/>`__ is decent, but we'
ll
work
on
a
tutorial
with
some
tips
and
tricks
...
...
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