nanochat 核心结构——CLI 对话

发布时间:2026/9/3 19:11:13
nanochat 核心结构——CLI 对话 chat_cli.py (CLI 对话)# 启动对话界面python -m scripts.chat_cli \--model_path ./runs/speedrun/checkpoint.pt \--temperature 0.8 \--top_k 200**对话示例** You: Hello! Assistant: Hello! How can I help you today? You: Why is the sky blue? Assistant: The sky is blue due to Rayleigh scattering...