使用Docker来开启xiaogpt, 当前Docker官文Docker源被墙了,所以可以先找一个国内的镜像,比如
docker pull dockerproxy.cn/yihong0618/xiaogpt
准备好config.yaml文件,然后命令行启动
docker run -v /volume2/hdd_4T/xiaogpt/config:/config yihong0618/xiaogpt --config=/config/myconfig_livingroom.yaml

使用Docker来开启xiaogpt, 当前Docker官文Docker源被墙了,所以可以先找一个国内的镜像,比如
docker pull dockerproxy.cn/yihong0618/xiaogpt
准备好config.yaml文件,然后命令行启动
docker run -v /volume2/hdd_4T/xiaogpt/config:/config yihong0618/xiaogpt --config=/config/myconfig_livingroom.yaml
In the syno storage management, it can’t show the disk information.
So first check the “invalid ELF” log in the “/var/log”
root@DiskStation:/var/log# grep -R "invalid ELF" *
grep -R "2024-05-01.*invalid ELF" *
messages:2024-05-01T22:48:55+08:00 DiskStation
… I am running my NAS at home, and it has the public IP, but the IP will be changed randomly, so I need to bind it to the subdomain in the Cloudflare, so I can visit it even the IP …
ls -lht models/llama-2-7b
total 7997112
-rw-r--r--@ 1 user staff 3.8G Jan 4 13:12 llama-2-7b.Q4_K_M.gguf
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
make -j
09总结|2010年终总结|2011年终总结|2012年终总结|2013年终总结|2014年终总结|2015年终总结|2016年终总结|2017年终总结|2018年终总结|2019年终总结|再见2020|2021年终总结|2022年终总结
时间又一次在不经意间来到了12月31日,今天的上海雾霾笼罩,天气湿冷,温度5-8度。
去年的同期,3年封禁结束,大家都在渡劫,而今年却又在一次次见证历史
疫情三年,我们见证了历史,而在2023年,我们一次又一次的看到了历史的轮回。
往前看,2023年可能是最好的一年。
我们看到了全球股市暴涨,而中国股市暴跌,人民币汇率暴跌,房价泡沫暴跌,大量公司裁员,大学生毕业即失业,舆论管控越来越让人窒息,新生人口断崖式下跌,外国人90%已经离开并且没有回来,愚民教育从娃娃抓起,韭菜不够用了,口号式治国,一个章毁掉一个行业。而所有的一切看起来都是风平浪静,闭嘴成为每一个人的必修课,禁言成为了风尚,有问题不是解决问题,而是解决提出问题的人。
也许,明年我们能看到更多的历史。
OpenAI ChatGPT的横空出世,让我们有幸看到了AI的跳跃式发展,GPT3, GPT3.5, GPT-4, GPT-Vision, …
Refer the content from the link, it has the complete list for different Security Companies, so backup the content here.
How to remove your website from Security Blacklists
Last Updated 9 months ago
There are so many large language models that you can run it locally, e.g. llama, mixtral.
The most popular open source LLM framework that support run many LLM locally.
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make
./examples/chat-13B.sh
Before you …
I am start to learn the cryptography, so I will note the Cryptography journey in my blog
Some Cryptography online courses
Online hack platform
SM4, one China Block Cipher
…ShāngMì 4 (
Here is the github of whisper.cpp
make base.en
make medium
make large-v3
/main -m models/ggml-base.en.bin -f samples/jfk.wav
./main -m ./models/ggml-medium.bin -t 8 --step 500 --length 5000 --prompt "请用简体中文输出" -l
… 8 security vendors flagged this URL as malicious
sudo tcpdump -vv -i eth0 src 165.227.xx.xx and not dst 101.230.xx.xx port 22 -X -n
So here we need …