Recently Updated Pages
Bechmark
Benchmark for LLM engines bench.py ollama 支持并发之后和 vllm 相比性能如何?我们测测看_ollama vllm-CSDN博客 YT: o...
More
LocalAI LocalAI is the free, Open Source OpenAI alternative. LocalAI act as a drop-in replacemen...
Learning
Tutorials Create your own custom Raspberry Pi image PiShrink – Make Raspberry Pi Images Small...
Agent
AgentGPT AgentGPT allows you to configure and deploy Autonomous AI agents. Name your own custom ...
Chisel
Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH. Single executable includ...
Coding Notes
Multi-Thread C/C++ 實現多執行緒解說 Code Performance Performance comparison: counting words in Pyt...
Learning
Online Interpreter https://www.onlinegdb.com/online_python_interpreter https://repl.it/langua...
Online Tools
Password Password Generator: https://passwrd.in Modemly : Find the default password of the r...
Hacker
Search Engines Shodan - Search Engine for the Internet of Everything. ZoomEye - Search for th...
Learning MySQL
MySQL Backup How to Backup/Restore MySQL/MariaDB and PostgreSQL Using ‘Automysqlbackup’ and ‘A...
Jupyter Notebook
Installation With pip pip install notebook Python Virtual Environment With Python Venv mkdir...
Cybersecurity
Social media is a great way to connect to other security professionals in the industry 社交媒體是與業界...
Phrases
I'd like to take a personal day off next week; 請假一天 May I have three days off next week; 請三天假 ...
tmux
Sessions Start session tmux new tmux new -s mysession Show sessions tmux ls Kill se...
AIX 管理技巧
Install package lsof Where to download the lsof, bind, rsyslog, openssh, openssl, etc packages? ...
LLM Models
Chinese LLMs Taiwan LLM - Project TAME (TAiwanese Mixture of Experts) GitHub: https://githu...
Fine-Tune
模型微調工作流程 準備資料集(訓練資料) 準備基礎模型 匯入資料集 開始微調作業 (Fine-Tune) 評估新模型損失曲線 以新模型做實際推論 準備資料集 開始微調模型...
loop
for loop for i in var1 var2 var3; do echo $i; done for ((i=1;i<=10;i++)); do echo $i; done for...
test
字串或文字的比對 Str1 = str2 | 當str1與str2相同時, 傳回True Str1 != str2| 當str1與str2不同時, 傳回True Str1 < Str2 ...
Face Detection
Coding deepface - About A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gen...