# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/igwwkrq
圖解 MoE 模型**
在查看最新發布的 LLMs 時,你可能會在標題中看到 “MoE” 這個詞。那麼,這個 “MoE” 到底代表什麼?爲什麼現在有這麼多 LLM 都在使用它呢?下面我們將通過 50 多個圖示來詳細探討這一重要組件:專家混合模型(MoE)!本指南將圍繞 MoE 的兩個主要組成部分——專家(Experts)和路由器(Router)——在典型的基於 LLM 架構中的應用展開討論。目錄--第一部分:什麼是專家混 ⌘ Read more