lsy76

导航

 

2024年9月14日

摘要: 新建项目 进入项目文件夹,打开git bash 执行ls检查文件目录 执行git init初始化 执行git add .把文件都加到缓存区 执行git commit -m "添加说明(注意代码规范)" git branch -M main重命名当前分支为mian git remote add ori 阅读全文
posted @ 2024-09-14 12:56 tujubao 阅读(1) 评论(0) 推荐(0) 编辑
 

2024年9月13日

摘要: 列出所有环境 conda env list conda list命令用于查看conda下的包,而conda env list命令可以用来查看conda创建的所有虚拟环境。 激活环境 conda activate env-name 阅读全文
posted @ 2024-09-13 11:52 tujubao 阅读(2) 评论(0) 推荐(0) 编辑
 

2024年9月7日

摘要: 在加载权重的过程中出现报错 OSError: Unable to load weights from pytorch checkpoint file for 'checkpoints/llama-7b_hf/pytorch_model-00001-of-00002.bin' at 'checkpoi 阅读全文
posted @ 2024-09-07 16:22 tujubao 阅读(14) 评论(0) 推荐(0) 编辑