sudo ls
exit
cd llm/test_llama.cpp/
ls
cd client/
ls
curl -X POST http://127.0.0.1:8031/v1/chat/completions   -H "Content-Type: application/json"   -d '{
        "model": "Qwen3-30B-A3B",
        "messages": [
          { "role": "user", "content": "你好，介绍一下你自己" }
        ],
        "stream": false
      }'
python3 client.py -t test_case_who.json
python3 client.py -t test_case_bubble.json
sudo reboot
ls
ls /data/
podman images
cd /data/images/
ls
podman load -i calculet-llama-v0.4.8-release.tar.gz 
ls
cd ..
ls
cp -r llm/ ~
ls models/
cd ~/llm/
ls
cd script/
ls
vim run_podman_v0.4.8.sh 
podman ps -a
vim run_podman_v0.4.8.sh 
ls
./run_podman_v0.4.8.sh 
cd llm/test_llama.cpp/client/
ls
python3 client.py -t test_case_who.json
python3 client.py -t test_case_os.json
python3 client.py -t test_case_bubble.json
ls
ls prompt/
python3 client_new.py -p prompt/prompt2048.txt
python3 client_new.py -p prompt/prompt4096.txt
ls prompt/
python3 client_new.py -p prompt/prompt8192.txt
ls /dev
cd llm/script/
ls
./run_podman_v0.4.8.sh 
exit
id
pwd
df -hT
ls -la ~
ls -la /opt /usr/local /data /mnt /srv /media 2>/dev/null
command -v rsync
du -sh /data/* 2>/dev/null | sort -h
find /data/driver /data/images /data/llm /data/models /home/user2/llm -maxdepth 5 -printf '%y\t%s\t%TY-%Tm-%Td %TH:%TM\t%p\n' 2>/dev/null | sort
ls -la /home
find /data/pkg -maxdepth 3 -printf '%y\t%s\t%TY-%Tm-%Td\t%p\n' 2>/dev/null | sort
file /data/images/calculet-llama-v0.4.8-release.tar.gz
dpkg-query -W -f='${Package}\t${Version}\n' 2>/dev/null | grep -Ei 'calculet|cal-pcie|npu|runtime|llama'
find /usr /lib /opt /etc /var/lib /home /data -xdev \( -iname '*calculet*' -o -iname '*calrt*' -o -iname '*cal-pcie*' -o -iname '*cal_pcie*' -o -iname '*npu*' \) -printf '%y\t%s\t%p\n' 2>/dev/null | sort
podman images --no-trunc
podman ps -a --no-trunc
find /usr/src/cal-pcie-0.9.0 /var/lib/dkms/cal-pcie /lib/modules/$(uname -r) -maxdepth 6 -printf '%y\t%s\t%p\n' 2>/dev/null | grep -E 'cal-pcie|cal_pcie' | sort
find /data /home/user2 -xdev -type f \( -iname '*.pdf' -o -iname '*.doc' -o -iname '*.docx' -o -iname '*.xls' -o -iname '*.xlsx' -o -iname '*.ppt' -o -iname '*.pptx' -o -iname '*.md' -o -iname '*.txt' -o -iname '*.zip' -o -iname '*.tar.gz' \) -printf '%s\t%p\n' 2>/dev/null | grep -Ei 'npu|calculet|sdk|runtime|driver|pcie|hardware|mechan|electric|spec|datasheet|原粒|机械|电气|手册|规格|硬件|驱动|源码' | sort -n
