lx 12019701659cs
  • Joined on 2024-09-05
12019701659cs commented on issue HswOAuth/llm_course#567 2025-02-20 15:52:27 +08:00
关于Ollama+AnythingLLM搭建单位的内部智能服务系统

没有特别的风险。可能需要注意在正式大规模部署前,先进行小范围的试点运行,评估系统的可行性和效果,再根据实际情况调整和优化。

12019701659cs commented on issue HswOAuth/llm_course#566 2025-02-20 15:50:14 +08:00
【求助帖】2406期-林希老师-课程20(LLM->多模态理论+案例讲解)

可以先在命令行测试下能不能执行这些代码;然后检查下kernel和环境是不是真匹配了。

12019701659cs commented on issue HswOAuth/llm_course#564 2025-02-20 15:47:32 +08:00
oneapi没有渠道

https://doc.tryfastgpt.ai/docs/development/docker/ 没有渠道的问题我没遇到过,可以参考下官方的安装教程,排查下问题。 ollama是安装在我电脑本地的,没有用…

12019701659cs commented on issue HswOAuth/llm_course#562 2025-02-20 15:42:06 +08:00
【求助帖】2406期-林希老师-课程20(LLM->多模态理论+案例讲解),BLIP2运行第三步执行image caption任务出错

RuntimeError: Numpy is not available 说明没有安装numpy,需要安装下numpy。 ValueError: Unable to create tensor, you should probably activate padding with 'padding=True' to have…

12019701659cs commented on issue HswOAuth/llm_course#561 2025-02-20 15:39:31 +08:00
LLM->多模态理论+案例讲解 Video-LLaVA 运行视频例子出错

RuntimeError: CUDA error: device-side assert triggered CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging…

12019701659cs commented on issue HswOAuth/llm_course#560 2025-02-20 15:38:11 +08:00
《求助贴》老师请问一下,2025.02.14节课中,老师讲的部署Video-Llama是单机本地部署吗,和2025.01.21节课里讲的局域网私有化部署大模型一样吗?如何能分清单机部署和局域网部署呢?
  1. 本地单机部署,通过gradio进行分享。
  2. 不太一样,局域网的分享只局限于局域网。gradio可以公网分享。
  3. 跟如何能够访问的方式有关。
12019701659cs commented on issue HswOAuth/llm_course#559 2025-02-18 19:12:21 +08:00
【求助帖】自己做好的问答系统,如何部署到云服务器
  1. autodl服务器也是云服务器,也可以去看下阿里云之类的大型云服务供应商。
  2. 建议优化下推理内存,比如使用flash attention、zero之类的推理库或者…
12019701659cs commented on issue HswOAuth/llm_course#558 2025-02-18 14:17:20 +08:00
《求助贴》老师请问一下,L3第11节课中,老师讲的部署Video-Llama是单机本地部署吗,和07节课里讲的局域网私有化部署大模型一样吗?如何能分清单机部署和局域网部署呢?
  1. 是宽泛的单机部署,因为还使用gradio进行了分享。
  2. 原理上一样的。
  3. 单机部署严格定义的只会本机使用,局域网部署还会提供给局域网的其他…
12019701659cs commented on issue HswOAuth/llm_course#551 2025-02-18 14:14:10 +08:00
【求助帖】创建虚拟环境遇到报错

这些代码是提供网络的: export HF_HOME=/code/huggingface-cache/ export HF_ENDPOINT=https://hf-mirror.com export http_proxy=http://10.10.9.50:3000 export https_proxy=http://10.10.9.50:…

12019701659cs commented on issue HswOAuth/llm_course#553 2025-02-18 14:12:31 +08:00
多模态下载MiniGPT-v2 (after stage-3)模型

应该是pytorch版本和PEFT库的版本不匹配,你可以排查下这pytorch版本、cuda版本和课件的版本是否一致,如果解决不了,也可以让班主任提供环境镜像。

12019701659cs commented on issue HswOAuth/llm_course#557 2025-02-18 14:08:41 +08:00
Video-LLaVA部署遇到的问题
image 看问题报错应该是网络问题,可以本地下载这个文件,然后上传上去,通过pip安装w…
12019701659cs commented on issue HswOAuth/llm_course#556 2025-02-17 21:43:59 +08:00
【求助帖】2025.2.11--LLM->多模态理论+案例讲解

看起来是github访问失败,可以搜索下使用github镜像网址安装transformers,或者本地下载transformers的代码,然后上传上去,然后使用代码进行安装。

12019701659cs commented on issue HswOAuth/llm_course#541 2025-02-17 15:25:31 +08:00
1.18号AI模拟面试机器人那节课如何把只支持英文的mms-tts-eng替换成多语言的openai whisper模型?

感谢提供的代码意见;耦合的话可以试着解耦下,代码质量有限。有些代码是基于某个模型修改的,没有特别强的通用性。 具体代码的修改位置:修…

12019701659cs commented on issue HswOAuth/llm_course#551 2025-02-17 11:12:27 +08:00
【求助帖】创建虚拟环境遇到报错

具体说明下配置环境的平台之类的

12019701659cs commented on issue HswOAuth/llm_course#552 2025-02-17 11:11:17 +08:00
多模态实验-bltp2模型下载遇到的问题

错误信息指出 "Cargo, the Rust package manager, is not installed or is not on PATH." 可以试下基于这个网址安装Rust:https://rustup.rs/

12019701659cs commented on issue HswOAuth/llm_course#553 2025-02-17 11:07:06 +08:00
多模态下载MiniGPT-v2 (after stage-3)模型

可能是 triton 库版本不兼容或安装问题导致的。 优先尝试升级或重新安装 triton 库,并确保 triton 版本符合 bitsandbytes 的要求。

12019701659cs commented on issue HswOAuth/llm_course#554 2025-02-17 11:00:58 +08:00
251.1.24 oneapi调用问题

你可以先测试在云服务器上使用本地ip访问openapi,然后再在云服务器上使用公网ip访问oneapi,以此排查问题。

12019701659cs commented on issue HswOAuth/llm_course#545 2025-02-14 17:19:53 +08:00
关于DeepSeek蒸馏公司的模型

首先ollama本身不支持微调,如果需要微调,可以学习下llama factory之类的微调架构,通过sft进行微调。

12019701659cs commented on issue HswOAuth/llm_course#547 2025-02-14 17:17:59 +08:00
【求助帖】20-25.2.11-LLM-多模态理论

具体说明下你的环境配置,如果是conda环境,需要在jupyter notebook上设置对应的conda kernel