Apline 挂载 移动硬盘
# 查询fdisk -l# 支持 exfatapk add exfat-utils fuse
mount -t exfat /dev/sdb3 /mnt/usb
# 查询fdisk -l# 支持 exfatapk add exfat-utils fuse
mount -t exfat /dev/sdb3 /mnt/usb
||| ||| 333| 250|| 200|| 167|| 143|| 125|| 111 |9| 909 |11| 833 |12| 769 |13|
curl http://192.168.2.57:1234/v1/chat/completions \-H "Content-Type: application/json" \-d '{ "model": "meta-llama-3.1-8b-instruct", "messages": [{"role": "user", "content": "你好"}], "temperature": 0.7 }'