File size: 178 Bytes
1026698 | 1 2 3 4 5 6 7 8 | from huggingface_hub import snapshot_download
# Download the model locally
snapshot_download(
repo_id="ibm-granite/granite-4.0-micro",
local_dir="./granite-4.0-micro"
)
|
1026698 | 1 2 3 4 5 6 7 8 | from huggingface_hub import snapshot_download
# Download the model locally
snapshot_download(
repo_id="ibm-granite/granite-4.0-micro",
local_dir="./granite-4.0-micro"
)
|