Open
Conversation
- 新增 `/models` 至 .gitignore 檔案,防止模型檔案被提交至版本控制 ✨ feat(docs): 新增 AGENTS.md 專案指南文件 - 新增專案結構與模組組織說明 - 新增建置、測試與開發指令指南 - 新增程式碼風格與命名慣例規範 - 新增測試指南與提交/PR 規範 - 新增執行環境與注意事項說明 ✨ feat(scripts): 新增模型下載腳本 download.sh - 新增可下載 LTX-2 模型與 Gemma 文字編碼器的 Bash 腳本 - 支援自訂模型儲存庫與文字編碼器儲存庫 - 提供跳過文字編碼器下載的選項 - 支援設定 Hugging Face 快取目錄 - 內建 HF 鏡像支援與自動回退機制 - 包含使用說明與錯誤處理功能
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n- document the new download script usage and optional HF cache override\n\n## Testing\n- not run (docs change only)