# 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/omledca
一文搞懂大模型文件存儲格式新寵 GGUF
在日常 AI 模型訓練過程中,訓練好的模型權重通常需要以一種格式存儲在磁盤中。比如:目前最流行的 AI 框架 PyTorch 使用 pickle 格式存儲模型權重文件,還有 Huggingface 提出的 Safetensors 格式。之前在 一文詳解模型權重存儲新格式 Safetensors 中講述 Safetensors,本文大介紹大模型文件存儲格式新寵 GGUF,目前 Huggingface ⌘ Read more