烙馍网
  • 网站首页
  • 享受生活
    • 享受生活
    • 美食
    • 徐州美食
    • 小吃
    • 旅游
    • 旅游推荐
    • 文化
  • 产业
    • 产业
    • 3D打印
    • 物联网
  • 软件开发
    • 软件开发
    • Docker
    • Java
    • PHP
    • MySQL
    • Node
    • Python
    • Web
    • WordPress
    • Windows
  • AI
    • AI
    • Claude Code
    • AIGC
    • Agent-Skills
    • Codex
    • Hermes Agent
    • OpenClaw
  • 时光圈
    • 时光圈
    • 读者墙
    • 阅读导航
    • 博客归档
  • 留言板
    • 留言板
    • 网站地图
    • 试试手气
  • 中文 (中国)
    • 中文 (中国)
    • English
  • 网站首页
  • 享受生活
    • 享受生活
    • 美食
    • 徐州美食
    • 小吃
    • 旅游
    • 旅游推荐
    • 文化
  • 产业
    • 产业
    • 3D打印
    • 物联网
  • 软件开发
    • 软件开发
    • Docker
    • Java
    • PHP
    • MySQL
    • Node
    • Python
    • Web
    • WordPress
    • Windows
  • AI
    • AI
    • Claude Code
    • AIGC
    • Agent-Skills
    • Codex
    • Hermes Agent
    • OpenClaw
  • 时光圈
    • 时光圈
    • 读者墙
    • 阅读导航
    • 博客归档
  • 留言板
    • 留言板
    • 网站地图
    • 试试手气
  • 中文 (中国)
    • 中文 (中国)
    • English
徐州园博园初步开放时间定了!10大建筑群+49个展园即将亮相!
16796个OpenClaw Skills合集下载|总2.7G,压缩后仅738M,覆盖全场景技能
  1. 首页
  2. 标签
  3. Windows
vLLM Wan2.2-I2V 启动命令解析与优化方案

多模态大模型 vLLM Wan2.2-I2V 启动命令解析与优化方案

一、原命令拆解说明 bash 运行 参数释义: 二、关键问题与适配优化(Windows WSL 运行 Wan2…

254次阅读 0个评论
多模态大模型 2026年7月4日
Jellyfish 对接 RustFS 完整配置指南:高性能对象存储落地实操

AI戏剧 Jellyfish 对接 RustFS 完整配置指南:高性能对象存储落地实操

在云原生、边缘存储、AI 非结构化数据存储场景中,传统 MinIO 存储常面临 GC 卡顿、高并发性能瓶颈、内…

133次阅读 0个评论
AI戏剧 2026年7月2日
RustFS 从零配置指南:轻量高性能 S3 对象存储快速搭建

Rust RustFS 从零配置指南:轻量高性能 S3 对象存储快速搭建

在轻量化私有存储、边缘存储、小型集群对象存储场景中,传统 MinIO 存在内存占用偏高、启动速度慢的问题,而 …

165次阅读 0个评论
Rust 2026年7月2日
吊打传统对象存储?RustFS:基于Rust的高性能S3兼容分布式存储

Rust 吊打传统对象存储?RustFS:基于Rust的高性能S3兼容分布式存储

在云原生、AI训练、大数据飞速普及的当下,对象存储已经成为企业存储基础设施的核心组件。不管是业务静态资源存储、…

145次阅读 0个评论
Rust 2026年7月2日
彻底解决CUDA OOM显存溢出:明明显存充足却分配失败(显存碎片终极方案)

CUDA 彻底解决CUDA OOM显存溢出:明明显存充足却分配失败(显存碎片终极方案)

适用场景:大模型推理、API服务部署、PyTorch训练、多Worker并发任务 报错特征:GPU总显存充足、…

150次阅读 0个评论
CUDA 2026年7月1日
PyTorch WSL 警告:Using ‘pin_memory=False’ 性能变慢终极解决方案

Python PyTorch WSL 警告:Using ‘pin_memory=False’ 性能变慢终极解决方案

在 WSL2 中运行 PyTorch 深度学习训练、推理代码时,很多人都会遇到这条经典性能警告,程序可以正常运…

140次阅读 0个评论
Python 2026年7月1日
开发者必备神器:一文吃透 curl,从入门到实战

Linux 开发者必备神器:一文吃透 curl,从入门到实战

在前端调试、后端接口测试、服务器运维、自动化脚本编写的日常工作中,你一定见过 curl 命令。它没有华丽的可视…

120次阅读 0个评论
Linux 2026年7月1日
彻底解决!hf download 国内镜像高速下载模型/数据集(2026最新教程)

AI 彻底解决!hf download 国内镜像高速下载模型/数据集(2026最新教程)

玩AI开发、微调模型的小伙伴,大概率都被 Hugging Face 下载慢、连接超时、下载中断 的问题折磨过。…

532次阅读 0个评论
AI 2026年6月30日
解决 hf-cli 安装报错:gbk codec can’t encode character ‘\u2713’ 编码异常完整修复指南

AI 解决 hf-cli 安装报错:gbk codec can’t encode character ‘\u2713’ 编码异常完整修复指南

一、报错现象 执行 Hugging Face 官方一键安装命令: powershell 安装末尾校验阶段直接抛…

162次阅读 0个评论
AI 2026年6月30日
Windows 一键安装 Hugging Face hf CLI:详解 irm https://hf.co/cli/install.ps1 | iex 完整命令

AI Windows 一键安装 Hugging Face hf CLI:详解 irm https://hf.co/cli/install.ps1 | iex 完整命令

一、前言 做本地大模型下载、数据集管理、Hugging Face 仓库上传的开发者,离不开官方 hf CLI …

200次阅读 0个评论
AI 2026年6月30日
  • «
  • 1
  • ...
  • 3
  • 4
  • 5
  • 6
  • »
热门文章
2026年7月大模型最新排行榜:神仙打架!国产模型正式跻身全球第一梯队

2026年7月大模型最新排行榜:神仙打架!国产模型正式跻身全球第一梯队

AI大模型的迭代速度,早已超越了大众认知。几乎每月都有新模型、新能力刷新行业上限,曾经固定的榜单格局,如今每周...
低显存极速部署 LTX2.3 视频模型|BBuf ltx23-modelopt-fp8-sglang-transformer 完整解析

低显存极速部署 LTX2.3 视频模型|BBuf ltx23-modelopt-fp8-sglang-transformer 完整解析

前言 LTX2.3 是 Lightricks 推出的 22B 参数 DiT 架构开源视频生成模型,支持文生视频...
国产开源标杆 Qwen(通义千问)深度解析:从小模型到旗舰全谱系大模型

国产开源标杆 Qwen(通义千问)深度解析:从小模型到旗舰全谱系大模型

在百花齐放的开源大模型赛道里,来自阿里云通义实验室的 Qwen(通义千问) 绝对是绕不开的选择。 从 0.5B...
Bernini-R + ComfyUI 完整部署使用指南

Bernini-R + ComfyUI 完整部署使用指南

一、基础介绍 Bernini-R 是字节跳动开源、基于 Wan2.2 DiT 架构的大一统多模态视频生成 / ...
彻底搞懂 WSL 存储目录:文件到底存在哪?双向访问、目录结构、避坑指南

彻底搞懂 WSL 存储目录:文件到底存在哪?双向访问、目录结构、避坑指南

用 WSL 开发最容易懵的问题:我在 WSL 里写的代码、装的环境、存的文件,到底在 Windows 的哪个位...
最新评论
一路向北 一路向北 (APIServer pid=3720) Traceback (most recent call last): (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/bin/vllm", line 8, in (APIServer pid=3720) sys.exit(main()) (APIServer pid=3720) ~~~~^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/cli/main.py", line 92, in main (APIServer pid=3720) args.dispatch_function(args) (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/cli/serve.py", line 148, in cmd (APIServer pid=3720) uvloop.run(run_server(args)) (APIServer pid=3720) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/uvloop/__init__.py", line 96, in run (APIServer pid=3720) return __asyncio.run( (APIServer pid=3720) ~~~~~~~~~~~~~^ (APIServer pid=3720) wrapper(), (APIServer pid=3720) ^^^^^^^^^^ (APIServer pid=3720) ...... (APIServer pid=3720) **run_kwargs (APIServer pid=3720) ^^^^^^^^^^^^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/usr/lib/python3.14/asyncio/runners.py", line 204, in run (APIServer pid=3720) return runner.run(main) (APIServer pid=3720) ~~~~~~~~~~^^^^^^ (APIServer pid=3720) File "/usr/lib/python3.14/asyncio/runners.py", line 127, in run (APIServer pid=3720) return self._loop.run_until_complete(task) (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ (APIServer pid=3720) File "uvloop/loop.pyx", line 1512, in uvloop.loop.Loop.run_until_complete (APIServer pid=3720) File "uvloop/loop.pyx", line 1505, in uvloop.loop.Loop.run_until_complete (APIServer pid=3720) self.run_forever() (APIServer pid=3720) File "uvloop/loop.pyx", line 1379, in uvloop.loop.Loop.run_forever (APIServer pid=3720) self._run(mode) (APIServer pid=3720) File "uvloop/loop.pyx", line 557, in uvloop.loop.Loop._run (APIServer pid=3720) raise self._last_error (APIServer pid=3720) File "uvloop/loop.pyx", line 476, in uvloop.loop.Loop._on_idle (APIServer pid=3720) handler._run() (APIServer pid=3720) File "uvloop/cbhandles.pyx", line 83, in uvloop.loop.Handle._run (APIServer pid=3720) File "uvloop/cbhandles.pyx", line 63, in uvloop.loop.Handle._run (APIServer pid=3720) callback(*args) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/uvloop/__init__.py", line 48, in wrapper (APIServer pid=3720) return await main (APIServer pid=3720) ^^^^^^^^^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/api_server.py", line 678, in run_server (APIServer pid=3720) await run_server_worker(listen_address, sock, args, **uvicorn_kwargs) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/api_server.py", line 696, in run_server_worker (APIServer pid=3720) shutdown_task = await build_and_serve( (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) engine_client, listen_address, sock, args, **uvicorn_kwargs (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/api_server.py", line 594, in build_and_serve (APIServer pid=3720) await init_app_state(engine_client, app.state, args, supported_tasks) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/api_server.py", line 407, in init_app_state (APIServer pid=3720) await init_generate_state( (APIServer pid=3720) engine_client, state, args, request_logger, supported_tasks (APIServer pid=3720) ) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/generate/api_router.py", line 140, in init_generate_state (APIServer pid=3720) state.openai_serving_chat.warmup() (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/chat_completion/serving.py", line 181, in warmup (APIServer pid=3720) self.renderer.warmup( (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~^ (APIServer pid=3720) ChatParams( (APIServer pid=3720) ^^^^^^^^^^^ (APIServer pid=3720) ...... (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/renderers/base.py", line 251, in warmup (APIServer pid=3720) self._warmup_mm_processor( (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~^ (APIServer pid=3720) self.mm_processor, (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) log_prefix="Multi-modal", (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/renderers/base.py", line 221, in _warmup_mm_processor (APIServer pid=3720) _ = processor.apply(processor_inputs, timing_ctx=TimingContext(enabled=False)) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/processor.py", line 1685, in apply (APIServer pid=3720) ) = self._cached_apply_hf_processor(inputs, timing_ctx) (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/processor.py", line 1474, in _cached_apply_hf_processor (APIServer pid=3720) ) = self._apply_hf_processor_main( (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (APIServer pid=3720) prompt=inputs.prompt, (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ...... (APIServer pid=3720) enable_hf_prompt_update=False, (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/processor.py", line 1291, in _apply_hf_processor_main (APIServer pid=3720) mm_processed_data = self._apply_hf_processor_mm_only( (APIServer pid=3720) mm_items=mm_items, (APIServer pid=3720) hf_processor_mm_kwargs=hf_processor_mm_kwargs, (APIServer pid=3720) tokenization_kwargs=tokenization_kwargs, (APIServer pid=3720) ) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/processor.py", line 1232, in _apply_hf_processor_mm_only (APIServer pid=3720) _, mm_processed_data, _ = self._apply_hf_processor_text_mm( (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (APIServer pid=3720) prompt_text=self.dummy_inputs.get_dummy_text(mm_counts), (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ...... (APIServer pid=3720) tokenization_kwargs=tokenization_kwargs, (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/processor.py", line 1153, in _apply_hf_processor_text_mm (APIServer pid=3720) processed_data = self._call_hf_processor( (APIServer pid=3720) prompt=prompt_text, (APIServer pid=3720) ...... (APIServer pid=3720) tok_kwargs=tokenization_kwargs, (APIServer pid=3720) ) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/model_executor/models/qwen3_vl.py", line 1265, in _call_hf_processor (APIServer pid=3720) video_outputs = super()._call_hf_processor( (APIServer pid=3720) prompt="", (APIServer pid=3720) ...... (APIServer pid=3720) tok_kwargs=tok_kwargs, (APIServer pid=3720) ) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/processor.py", line 1110, in _call_hf_processor (APIServer pid=3720) return self.info.ctx.call_hf_processor( (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (APIServer pid=3720) self.info.get_hf_processor(**mm_kwargs), (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) dict(text=prompt, **mm_data), (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) dict(**mm_kwargs, **tok_kwargs), (APIServer pid=3720) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) ) (APIServer pid=3720) ^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/multimodal/processing/context.py", line 269, in call_hf_processor (APIServer pid=3720) output = hf_processor(**data, **allowed_kwargs) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/processing_utils.py", line 668, in __call__ (APIServer pid=3720) processed_videos, videos_replacements = self._process_videos(videos, **merged_kwargs["videos_kwargs"]) (APIServer pid=3720) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/processing_utils.py", line 770, in _process_videos (APIServer pid=3720) processed_videos = self.video_processor(videos, **kwargs) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/video_processing_utils.py", line 178, in __call__ (APIServer pid=3720) return self.preprocess(videos, **kwargs) (APIServer pid=3720) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/video_processing_utils.py", line 369, in preprocess (APIServer pid=3720) preprocessed_videos = self._preprocess(videos=videos, **kwargs) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/models/qwen3_vl/video_processing_qwen3_vl.py", line 223, in _preprocess (APIServer pid=3720) stacked_videos = self.rescale_and_normalize( (APIServer pid=3720) stacked_videos, do_rescale, rescale_factor, do_normalize, image_mean, image_std (APIServer pid=3720) ) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/image_processing_backends.py", line 346, in rescale_and_normalize (APIServer pid=3720) images = self.normalize(images.to(dtype=torch.float32), image_mean, image_std) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/transformers/image_processing_backends.py", line 300, in normalize (APIServer pid=3720) def normalize( (APIServer pid=3720) (APIServer pid=3720) File "/mnt/c/Users/AI-Space001/venv-vllm/lib/python3.14/site-packages/vllm/entrypoints/openai/api_server.py", line 673, in _interrupt_init (APIServer pid=3720) raise KeyboardInterrupt("terminated") (APIServer pid=3720) KeyboardInterrupt: terminated
烙馍网 烙馍网 徐工徐工,祝您成功
一路向北 一路向北 一起战胜癌症
一路向北 一路向北 已经添加
一路向北 一路向北 申请友情链接: 名称:烙馍省钱 网址:https://tb-m.luomor.com/ 已添加文心AIGC
一路向北 一路向北 已经添加
一路向北 一路向北 申请友情链接: 名称:烙馍省钱 网址:https://tb-m.luomor.com/ 已添加烙馍网
一路向北 一路向北 已加
一路向北 一路向北 已加
一路向北 一路向北 申请友情链接: 名称:烙馍网 网址:https://www.luomor.com/ 已添加文心AIGC
热评文章
亲测可用!SGLang 极速部署 Wan2.2-TI2V-5B 图文视频生成模型

亲测可用!SGLang 极速部署 Wan2.2-TI2V-5B 图文视频生成模型

最近阿里 Wan-AI 推出的 Wan2.2-TI2V-5B-Diffusers 模型热度拉满,作为兼顾图生视...
comfyui .\python_embeded\python.exe -s ComfyUI\main.py

comfyui .\python_embeded\python.exe -s ComfyUI\main.py

usage: main.py [-h] [–listen [IP]] [–port P...
Mac 干货|带你看懂 macOS 「.开头隐藏文件夹」,秒会显示/隐藏技巧

Mac 干货|带你看懂 macOS 「.开头隐藏文件夹」,秒会显示/隐藏技巧

很多Mac用户日常用电脑时,只会看到干干净净的桌面和文件夹,从来没见过以「.」(英文句号)开头的文件夹。 但只...
HPC 并行开发必备:一文看懂 LLVM/OpenMP 官方文档站 openmp.llvm.org

HPC 并行开发必备:一文看懂 LLVM/OpenMP 官方文档站 openmp.llvm.org

前言 做高性能计算、多核多 GPU 并行开发的开发者,几乎都绕不开 OpenMP 并行标准;而基于 LLVM ...
macOS Lombok 编译报错完整排查方案

macOS Lombok 编译报错完整排查方案

一、最常见原因(IDE 没装 Lombok 插件) 1. IDEA / JetBrains 系列(必做) 2....
关于我们

烙馍网,关注AI与生活,Agent Skills、软件开发,美食、旅游、教育、文化、休闲、娱乐、游戏

友情链接

烙馍AI智能体技能 星光班级宠物园 🐾

Copyright @ 2015- 烙馍网 保留版权所有.
 Theme by Puock