烙馍网
  • 网站首页
  • 享受生活
    • 享受生活
    • 美食
    • 徐州美食
    • 小吃
    • 旅游
    • 旅游推荐
    • 文化
  • 产业
    • 产业
    • 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
  1. 首页
  2. 软件开发
  3. 文章列表
AR
Docker
Github
Java
Linux
MacOS
MySQL
Node
PHP
Python
RSS
Rust
Web
Windows
WordPress
大数据
设计
徐州园博园初步开放时间定了!10大建筑群+49个展园即将亮相!
烙馍网田字格米字格字帖生成器,低年级学生练字神器
告别繁琐脚本!用 Spring Boot 优雅编写命令行应用

Java 告别繁琐脚本!用 Spring Boot 优雅编写命令行应用

在日常开发和运维工作中,我们经常需要编写命令行脚本处理批量任务、数据初始化、定时运维等工作。传统的 Shell…

411次阅读 0个评论
Java 2026年5月8日
Redis 之父为 DeepSeek V4 单独造推理引擎:当极简主义遇上大模型效率革命

软件开发 Redis 之父为 DeepSeek V4 单独造推理引擎:当极简主义遇上大模型效率革命

2026 年 5 月 8 日,开源界传来一则重磅消息:Redis 创始人 Salvatore Sanfilip…

743次阅读 0个评论
软件开发 2026年5月8日
一文搞懂 SSH 隧道:从基础到实战,新手也能轻松上手

软件开发 一文搞懂 SSH 隧道:从基础到实战,新手也能轻松上手

作为开发者或运维人员,日常工作中难免会遇到这些场景:想访问公司内网的数据库却无法直接连接、需要在外部安全调试本…

458次阅读 0个评论
软件开发 2026年5月8日
新手必看|5款主流内网穿透开源工具,无公网IP也能外网访问内网

软件开发 新手必看|5款主流内网穿透开源工具,无公网IP也能外网访问内网

日常工作和生活中,你是否遇到过这些困扰?在家想访问公司内网的文件服务器,却因没有公网IP无从下手;开发本地项目…

844次阅读 0个评论
软件开发 2026年5月8日
新手必看|SCP命令详解:跨服务器文件传输,安全又高效

软件开发 新手必看|SCP命令详解:跨服务器文件传输,安全又高效

在Linux运维、服务器管理或开发工作中,跨设备文件传输是高频需求——无论是把本地文件上传到服务器,还是从远程…

406次阅读 0个评论
软件开发 2026年5月8日
npm 配置阿里云镜像 | 极速下载,告别依赖安装卡顿!

软件开发 npm 配置阿里云镜像 | 极速下载,告别依赖安装卡顿!

作为前端开发者,每天和 npm(Node Package Manager)打交道是常态——初始化项目、安装依赖…

637次阅读 0个评论
软件开发 2026年5月8日
nvm 配置阿里云镜像 | 告别 Node.js 下载卡顿,极速安装!

Node nvm 配置阿里云镜像 | 告别 Node.js 下载卡顿,极速安装!

对于前端开发者来说,nvm 是管理 Node.js 版本的神器,但在国内直接使用 nvm 官方源安装 Node…

958次阅读 0个评论
Node 2026年5月8日
Ubuntu 安装 Node.js 超详细指南(2026最新,4种方法适配所有场景)

Node Ubuntu 安装 Node.js 超详细指南(2026最新,4种方法适配所有场景)

Node.js 作为基于 Chrome V8 引擎的 JavaScript 运行时环境,是前端工程化、后端开发…

1,371次阅读 0个评论
Node 2026年5月8日
Maven配置阿里云镜像超详细教程|解决依赖下载慢、超时难题

软件开发 Maven配置阿里云镜像超详细教程|解决依赖下载慢、超时难题

作为Java开发者,Maven是日常项目构建、依赖管理的必备工具,但用过的人都懂一个痛点——Maven默认连接…

552次阅读 0个评论
软件开发 2026年5月7日
Homebrew报错:undefined method ‘first’ for nil 完整修复指南

软件开发 Homebrew报错:undefined method ‘first’ for nil 完整修复指南

在使用Homebrew执行搜索、安装等操作时,不少用户会遇到如下报错,同时伴随“非Tier 1配置”的提示,让…

1,378次阅读 0个评论
软件开发 2026年5月7日
  • «
  • 1
  • ...
  • 28
  • 29
  • 30
  • 31
  • 32
  • ...
  • 36
  • »
热门文章
Llama.cpp 全套下载路径汇总|程序+GGUF模型(国内高速镜像+实操命令)

Llama.cpp 全套下载路径汇总|程序+GGUF模型(国内高速镜像+实操命令)

很多新手本地部署 Llama.cpp 最大的卡点不是不会运行,而是找不到正规下载地址、海外源速度慢、下错模型格...
Windows专属|Llama.cpp 最新版下载路径+GGUF模型高速镜像(2026实测可用)

Windows专属|Llama.cpp 最新版下载路径+GGUF模型高速镜像(2026实测可用)

很多Windows用户本地部署Llama.cpp,最常踩三大坑:GitHub打不开、海外下载超时、选错系统版本...
Comfy Kitchen Attention|ComfyUI 官方原生 INT8 注意力加速方案详解

Comfy Kitchen Attention|ComfyUI 官方原生 INT8 注意力加速方案详解

导语:随着 Flux、DiT、视频生成模型对注意力计算需求暴涨,第三方 SageAttention、Flash...
MiniMax H3 深度解析:开源视频模型新王,全模态生成的里程碑

MiniMax H3 深度解析:开源视频模型新王,全模态生成的里程碑

2026 年 7 月 31 日,国产大模型公司 MiniMax 正式发布新一代通用视频模型 MiniMax H...
乘法口诀表,到底该横着背还是竖着背?

乘法口诀表,到底该横着背还是竖着背?

每到二年级,家长群里总会掀起一场”路线之争”:老师让竖着背,孩子偏偏横着背;有的娃按顺...
最新评论
烙馍网 烙馍网 现在很多物业只收钱不做事,自己买的停车位,缴了停车管理费,排风系统不开,系统不运行年久失修已经锈了,这种物业有必要存在吗?
一路向北 一路向北 (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/ 已添加烙馍网
一路向北 一路向北 已加
一路向北 一路向北 已加
热评文章
地下停车场排风系统:地下空间的 “呼吸系统”,保障通行安全的隐形工程

地下停车场排风系统:地下空间的 “呼吸系统”,保障通行安全的隐形工程

开车驶入地下车库,很多人只会留意车位、照明与监控,却很少关注头顶管道里持续运转的排风系统。它藏在吊顶、机房、风...
当AI遇见3D打印:从“能打印”到“会思考”,重塑未来制造

当AI遇见3D打印:从“能打印”到“会思考”,重塑未来制造

提到3D打印,很多人不再陌生:无需模具、快速成型、自由造物,让“想法变实体”变得简单高效。而当下,人工智能的强...
Windows专属|Llama.cpp 最新版下载路径+GGUF模型高速镜像(2026实测可用)

Windows专属|Llama.cpp 最新版下载路径+GGUF模型高速镜像(2026实测可用)

很多Windows用户本地部署Llama.cpp,最常踩三大坑:GitHub打不开、海外下载超时、选错系统版本...
ComfyUI 报错解决:DLL load failed while importing _fused 找不到指定模块

ComfyUI 报错解决:DLL load failed while importing _fused 找不到指定模块

近期在使用 ComfyUI 0.31.0 版本运行视频生成工作流时,大量用户遇到 SageAttention ...
西三环火炬:一座雕塑,照亮 90 年代徐州的时代征途

西三环火炬:一座雕塑,照亮 90 年代徐州的时代征途

对于老徐州人而言,提起西三环,脑海里总会浮现那座高高耸立的火炬雕塑。它正式名称为能源之光,市民习惯亲切唤它 “...
关于我们

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

友情链接

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

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