在Jenkins容器中安装配置Python时遇到问题
执行./configure --prefix/opt/python3/时遇到configure: error: no acceptable C compiler found in $PATH
这个问题就是缺少gcc编译环境。将gcc安装上即可:
yum install -y gcc##前提是容器里的系统是cenos才可以&#…
Prompt Engineering with Llama 2
本文是学习 https://www.deeplearning.ai/short-courses/prompt-engineering-with-llama-2/ 的学习笔记。 文章目录 Prompt Engineering with Llama 2What you’ll learn in this course [1] Overview of Llama Models[2] Getting Started wi…