# 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/thr3enq
大模型使用 Safetensors 不好嗎?爲什麼還有 GGUF
GGUF 簡介-------    GGUF(GPTQ for GPUs Unified Format)是一種針對大語言模型(LLM)權重文件的統一格式,旨在簡化和標準化不同模型格式之間的轉換和加載。隨着大語言模型的快速發展,不同的框架(如 Hugging Face Transformers、TensorFlow、PyTorch 等)和優化工具(如 GPTQ、LoRA、INT8/INT4 量化)可 ⌘ Read more