Skip to content

Commit

Permalink
Fixed path for whl
Browse files Browse the repository at this point in the history
  • Loading branch information
phlobo committed Nov 5, 2024
1 parent 876aa09 commit 70f7ca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions examples/02_spaCy_German.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,12 @@
"output_type": "stream",
"text": [
"Consider using `hf_transfer` for faster downloads. This solution comes with some limitations. See https://huggingface.co/docs/huggingface_hub/hf_transfer for more details.\n",
"../local_files/de_ggponc_medbertde-any-py3-none-any.whl\n"
"../local_files/de_ggponc_medbertde-1.0.0-py3-none-any.whl\n"
]
}
],
"source": [
"!huggingface-cli download phlobo/de_ggponc_medbertde de_ggponc_medbertde-1.0.0-py3-none-any.whl --local-dir ../local_files"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "5557ea95-88ee-45cd-8d3b-6a605af5d7d8",
"metadata": {},
"outputs": [],
"source": [
"!huggingface-cli download phlobo/de_ggponc_medbertde de_ggponc_medbertde-1.0.0-py3-none-any.whl --local-dir ../local_files\n",
"!pip install -q ../local_files/de_ggponc_medbertde-1.0.0-py3-none-any.whl"
]
},
Expand Down
2 changes: 1 addition & 1 deletion examples/03_SNOMED_Linking_German.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"output_type": "stream",
"text": [
"Consider using `hf_transfer` for faster downloads. This solution comes with some limitations. See https://huggingface.co/docs/huggingface_hub/hf_transfer for more details.\n",
"../local_files/de_ggponc_medbertde-any-py3-none-any.whl\n"
"../local_files/de_ggponc_medbertde-1.0.0-py3-none-any.whl\n"
]
}
],
Expand Down

0 comments on commit 70f7ca8

Please sign in to comment.