You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/installers/install.ps1
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
Installs the Hugging Face CLI on Windows by creating an isolated virtual environment and exposing the `hf` command.
8
8
9
9
.DESCRIPTION
10
-
Downloads and installs the `huggingface_hub[cli]` package into a dedicated virtual environment, then copies the generated `hf.exe` console script to a directory on the user's PATH.
10
+
Downloads and installs the `huggingface_hub` package into a dedicated virtual environment, then copies the generated `hf.exe` console script to a directory on the user's PATH.
11
11
12
12
.PARAMETERForce
13
13
Recreates the virtual environment even if it already exists. Off by default.
@@ -235,13 +235,13 @@ function New-VirtualEnvironment {
0 commit comments