small100: bản sao của công ty, nguồn chính vẫn là cái nhanh hơn - #1
Merged
Conversation
Bốn file của small100 giờ có mặt ở Releases của `Techainer/summo-models` (`small100-v1`, cùng byte, cùng digest). Trước đó mọi lượt tải model dịch của mọi người dùng đi qua **một tài khoản HuggingFace cá nhân** — tài khoản đó biến mất là tính năng dịch biến mất. Nhưng bản sao ấy **không** được đặt làm nguồn chính, vì đo được: | Nguồn | Tốc độ tải từ máy này | |---|---| | HuggingFace | 12,0 MB/s | | GitHub Releases | 0,29 MB/s | Chênh 41 lần. Đặt GitHub lên trước sẽ biến một lần cài 611 MB từ khoảng một phút thành hơn nửa tiếng — đổi trải nghiệm của người dùng lấy sự yên tâm của chúng ta. HF có CDN với điểm hiện diện ở châu Á; release asset của GitHub thì không. Nên: `url` là HuggingFace, `mirror` là release của công ty. App tự chuyển sang nguồn kế tiếp khi nguồn đầu chết, nên rủi ro "tài khoản cá nhân biến mất" đã được xử lý mà không ai phải chờ lâu hơn. Việc còn lại, đúng cách sửa tận gốc: đưa bản copy lên một tài khoản HuggingFace **của Techainer** — vừa nhanh vừa thuộc về công ty. Đã kiểm: cả bốn file tải về từ nguồn mới, sha256 và dung lượng khớp manifest; `summo registry check` báo 8 manifest hợp lệ.
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.
Bốn file small100 giờ có ở Releases của
Techainer/summo-models(small100-v1, cùng digest). Trước đó mọi lượt tải model dịch đi qua một tài khoản HuggingFace cá nhân.Nhưng đo được: HuggingFace 12,0 MB/s vs GitHub Releases 0,29 MB/s từ máy này — chênh 41×. Đặt GitHub làm nguồn chính sẽ biến một lần cài 611 MB từ ~1 phút thành hơn nửa tiếng.
Nên
url= HuggingFace,mirror= release công ty. App tự chuyển nguồn khi nguồn đầu chết.Đã kiểm: 4/4 file khớp sha256 + size;
summo registry check→ 8 manifest hợp lệ.