Post

December Overview Docker Usage, Netflix Node Testing, Google Notebook LLM, AI Model Training Differences

This December, we delve into various topics:

  • Docker Usage: Exploring practical applications and insights into Docker.
  • Netflix Node Testing: Assessing the performance and capabilities of Netflix nodes.
  • Google Notebook LLM: An in-depth exploration of using Google Notebook LLM.
  • AI Model Training Differences: Understanding the nuanced distinctions in training AI models.

docker 配置信息

1
2
3
4
5
~/.docker/config.json  # docker 账号配置信息
~/.docker/daemon.json # docker 源,gc配置,配置https等

~/.kube/config # k8s config ,比如阿里云后台可以获取aks相关的配置信息

test netflix

1
wget -O nf https://cdn.jsdelivr.net/gh/sjlleo/netflix-verify/CDNRelease/nf_2.61_linux_amd64 && chmod +x nf && clear && ./nf

🏆 Chatbot Arena Leaderboard

1
https://chat.lmsys.org/?leaderboard

Google NoteBookLLM

img.png

1
https://notebooklm.google.com/

模型训练

img.png

1
https://help.modihand.com/gai-nian-le-jie/xun-lian-yi-wei-zhe-shen-me

Frepai 羊毛

1
https://frepai.com/

简历模板

1
https://github.com/BartoszJarocki/cv/tree/main
This post is licensed under CC BY 4.0 by the author.