We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c3ef7 commit 43a5ed6Copy full SHA for 43a5ed6
src/litmodels/integrations/duplicate.py
@@ -21,8 +21,6 @@ def duplicate_hf_model(
21
22
Returns:
23
The name of the duplicated model in Lightning Cloud.
24
-
25
- >>> duplicate_hf_model("bert-base-uncased", lit_model="lightning-ai/jirka/bert-base-uncased", local_workdir=".")
26
"""
27
try:
28
from huggingface_hub import snapshot_download
0 commit comments