Skip to content

Instantly share code, notes, and snippets.

@blu3mo
blu3mo / gist:1aa5cc22bd893d2e8dd00a485853d014
Last active July 27, 2025 02:36
未踏ジュニア採択に向けた徹底調査レポート

(下にスクロールして本文へ)

  • 読者に価値のある情報だと思うので共有: 今年は未踏ジュニアに事前応募するとプロトタイプ開発にChatGPT APIが無料で使えます。

  • 以下本文


了解しました!未踏ジュニアに『採択されるために役立つ』実践的な知見を重点的に調査します。

@lolipopshock
lolipopshock / download_hf.py
Last active October 16, 2024 23:34
Efficiently downloads HuggingFace models by circumventing the `.git` directory. It can speed up the download process by approximately 2x by avoiding downloading the `.git` folder, which contains a copy of the models (thanks to git-lfs). This script can be especially beneficial for large models (e.g., Meta-Llama-3.1-405B).
"""
Efficiently downloads HuggingFace models by circumventing the `.git` directory.
Speeds up the download process by approximately 2x by avoiding downloading the
`.git` folder, which contains a copy of the models (thanks to git-lfs). This script
can be especially beneficial for large models (e.g., Meta-Llama-3.1-405B).
Usage:
python download_hf.py \
<hf_repo_id> <destination_folder> \
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.