当前位置: 首页 > news >正文

一 网站开发背景做盗版漫画网站

一 网站开发背景,做盗版漫画网站,北京交通管制信息网站,蒙特网设计公司以llama为例#xff1a; https://huggingface.co/meta-llama/Llama-2-7b-hf Github # 1. 安装完成后#xff0c;首先先初始化#xff1b;如果有反馈#xff0c;一般表示初始化成功 git lfs install ​ # 2. 如果刚刚下载的那个项目没啥更改#xff0c;重新下一遍#x…以llama为例 https://huggingface.co/meta-llama/Llama-2-7b-hf Github # 1. 安装完成后首先先初始化如果有反馈一般表示初始化成功 git lfs install ​ # 2. 如果刚刚下载的那个项目没啥更改重新下一遍不算麻烦事因为下载大文件一般会比较慢 git lfs clone https://huggingface.co/meta-llama/Llama-2-7b-hf # 在下载的过程中你也可以查看一下你刚刚无法解析的那个pkl大文件是不是在这个项目中(进入项目目录)使用如下指令 cd Llama-2-7b-hf/git lfs track ​ # 3. 如果不想重新下载整个项目可以使用如下命令单独下载需要使用lfs下载的大文件。 git lfs fetch git lfs checkout #备选git lfs pull不建议GIT_LFS_SKIP_SMUDGE0 git clone https://huggingface.co/meta-llama/Llama-2-7b-hf报错 $ git clone https://huggingface.co/meta-llama/Llama-2-7b-hf Cloning into Llama-2-7b-hf... fatal: unable to access https://huggingface.co/meta-llama/Llama-2-7b-hf/: Failed to connect to huggingface.co port 443 after 21050 ms: Timed out找国内镜像 GIT_LFS_SKIP_SMUDGE0 rm -rf *git lfs clone clone https://gitee.com/hf-models/Llama-2-7b-hf.git GIT_LFS_SKIP_SMUDGE1 git clone https://gitee.com/hf-models/Llama-2-7b-hf.git GIT_LFS_SKIP_SMUDGE0 git clone https://gitee.com/hf-models/Llama-2-7b-hf.git1 报错 $ git lfs clone https://gitee.com/hf-models/Llama-2-7b-hf.git WARNING: git lfs clone is deprecated and will not be updatedwith new flags from git clonegit clone has been updated in upstream Git to have comparable speeds to git lfs clone. Cloning into Llama-2-7b-hf... remote: Enumerating objects: 33, done. remote: Counting objects: 100% (33/33), done. remote: Compressing objects: 100% (32/32), done. remote: Total 33 (delta 9), reused 0 (delta 0), pack-reused 0 Receiving objects: 100% (33/33), 491.84 KiB | 631.00 KiB/s, done. Resolving deltas: 100% (9/9), done. Not in a Git repository.注意 Not in a Git repository.报错查看 $ git rev-parse --is-inside-work-tree fatal: unsafe repository (E:/tst/t/Llama-2-7b-hf is owned by someone else) To add an exception for this directory, call:git config --global --add safe.directory E:/tst/t/Llama-2-7b-hf因此 git config --global --add safe.directory E:/tst/t/Llama-2-7b-hfgit lfs track # 3. 如果不想重新下载整个项目可以使用如下命令单独下载需要使用lfs下载的大文件。 git lfs fetch git lfs checkout #备选git lfs pull不建议使用git lfs fetch报错 $ git lfs fetch fetch: Fetching reference refs/heads/main [4ec71fd53e99766de38f24753b30c9e8942630e9e576a1ba27b0ec531e87be41] Object not found: [404] Object not found [60632e7f2530e713d57cfe2152019a01b1018070ce497e1f0c7fae4bf1340314] Object not found: [404] Object not found [fa574ee4fa536cc1dfc1c1baf622144fa037a5259967112eeb1a40c7cc00484a] Object not found: [404] Object not found [fd491dd3738e74dd4e18b964b9f8a15f785d487ab2d0c03c7a7b22fdac7bce1a] Object not found: [404] Object not found [41780b5dac322ac35598737e99208d90bdc632a1ba3389ebedbb46a1d8385a7f] Object not found: [404] Object not found error: failed to fetch some objects from https://gitee.com/hf-models/Llama-2-7b-hf.git/info/lfs原因 对象不存在指定的对象在远程仓库中不存在。这可能是因为对象已被删除、重命名或移动。请确保你正在尝试获取正确的对象。访问权限限制你可能没有足够的权限来访问远程仓库中的对象。请确保你具有正确的访问权限并且已经通过身份验证进行访问。 2 报错 $ GIT_LFS_SKIP_SMUDGE0 git clone https://gitee.com/hf-models/Llama-2-7b-hf.git Cloning into Llama-2-7b-hf... remote: Enumerating objects: 33, done. remote: Counting objects: 100% (33/33), done. remote: Compressing objects: 100% (32/32), done. remote: Total 33 (delta 9), reused 0 (delta 0), pack-reused 0 Receiving objects: 100% (33/33), 491.84 KiB | 729.00 KiB/s, done. Resolving deltas: 100% (9/9), done. Updating files: 100% (18/18), done. Downloading model-00001-of-00002.safetensors (10 GB)/s Error downloading object: model-00001-of-00002.safetensors (4ec71fd): Smudge error: Error downloading model-00001-of-00002.safetensors (4ec71fd53e99766de38f24753b30c9e8942630e9e576a1ba27b0ec531e87be41): [4ec71fd53e99766de38f24753b30c9e8942630e9e576a1ba27b0ec531e87be41] Object not found: [404] Object not foundErrors logged to E:\Llama-2-7b-hf\.git\lfs\logs\20231112T152236.9629598.log. Use git lfs logs last to view the log. error: external filter git-lfs filter-process failed fatal: model-00001-of-00002.safetensors: smudge filter lfs failed warning: Clone succeeded, but checkout failed. You can inspect what was checked out with git status and retry with git restore --sourceHEAD :/https://gitee.com/hf-models/Llama-2-7b-hf/tree/main ref https://blog.shipengx.com/archives/af0e9080.html https://zhuanlan.zhihu.com/p/350011379
http://www.hkea.cn/news/14261862/

相关文章:

  • 网站建网站建设seo帮帮您温州seo排名优化
  • 做网站的服务器用什么 系统好人人开发app
  • 网站集约化建设工作汇报做网站和网页
  • 网站建设演示pptwordpress 外企模板
  • 长沙做信息seo网站淄博企业网站
  • 网站设计难吗百度应用商店
  • 网站全网推广好还是做58精准好网络工程师面试题
  • 快速微信网站开发网站首页title怎么修改
  • 网站各页面网站免费空间哪里申请
  • 建筑施工图设计廊坊优化外包
  • 东昌府做网站广州市律师网站建设价格
  • 无锡建设机械网站制作正品手表官网
  • 互联网站安全管理服务平台徐汇网站制作设计
  • 用wordpress建站学什么南宁网站建设醉懂网络
  • 进行网站建设有哪些重要意义世界500强企业的标准是什么
  • 网站落地页如何做小程序免费制作平台
  • 网站设计效果专业乐云seo公司网站建设需要注意哪些问题
  • 网站黑链检测动画制作软件哪个好
  • 建设网站利用点击量赚钱企业所得税计算公式怎么算
  • 长沙功能网站建设怎么建设网站多少钱
  • 公司网站制作wordpress 文章标题移动
  • 灵台门户网站建设怎么向搜索引擎提交网站
  • 怎样给网站做 站内搜索网站seo优化网站
  • 农村网站建设柳州网站建设找华仔
  • 公司微网站怎么做的好网站备案查询 站长
  • 网站运营成本预算手机可以建立网站吗
  • 成都网站排名优化行业网站建设公司推荐
  • 黑龙江做网站找谁响应式网站导航栏模板
  • 心理学门户网站开发与实现关于做服饰网站的首页
  • 网软志成学校网站管理系统官方商业正式版工程公司资质等级