无服务器 GPU 环境版本 5 (预览版)

重要

此功能目前以公共预览版提供。

本页概述了无服务器 GPU 环境版本 5 的系统环境信息。 此计算产品/服务是 AI 运行时的一部分,专为新式 AI 和深度学习工作负载而设计。

无服务器 GPU 环境 5 基于无服务器环境 5 (CPU) 构建。 查看 无服务器环境 5(CPU)中的新增功能。 它包括以下环境:

  • 标准环境:具有稳定客户端 API 的最小环境。
  • Databricks AI 环境:一个环境,其中包含特定于 GPU 上的机器学习的常见运行时包和包。

为了确保应用程序的兼容性,无服务器 GPU 工作负载使用版本控制 API(称为环境版本),该 API 与较新的服务器版本保持兼容。

可以使用无服务器笔记本中的 “环境 ”端面板选择包含此环境版本的基本环境。 参见交互式(笔记本)

新功能和改进

在版本 5 中,Databricks 提供仅支持无服务器 GPU API、Databricks 依赖项和 MLflow 的最低环境。 用户可以根据需要自定义环境。 版本 5 中的标准环境不包括 CPU 环境中存在的某些包,以便提供最小的功能 GPU 环境。 想要具有全面 AI 库的完整环境的用户应使用 Databricks AI 环境。

借助 %uv pip 加快软件包安装速度

2026 年 5 月 7 日

现在,可以在无服务器笔记本中使用 %uv pip magic 命令,以更快地替代 %pip 进行Python包管理。 %uv pipuv 包管理器驱动,并与 %pip 共享同一个笔记本虚拟环境。 查看使用 %uv pip 实现更快的安装速度

API 更新

2026 年 6 月 9 日

无服务器 GPU Python API 升级到 0.5.19

无服务器 GPU Python API 0.5.19 包含以下 API 更新:

  • 新功能

    • 本地模式现在在整个执行过程中以增量方式将日志流式传输到 MLflow,而不是在运行结束时上传单个快照。
    • 在本地模式运行时,将捕获的 stderr 输出保存到 MLflow 日志项目中。
  • Bug 修复

    • 本地执行模式现在遵循笔记本配置的日志级别。
    • 在本地模式运行时禁止显示不可操作的 NCCL 警告。

2026 年 5 月 26 日

无服务器 GPU Python API 升级到 0.5.18

无服务器 GPU Python API 0.5.18 包含以下 API 更新:

  • 新功能

    • @distributed 装饰器添加了 timeout 参数。 默认情况下,本地运行(remote=False)的时长上限为 3 小时。 对于未绑定的本地运行,请传递 timeout=None
    • 引入了 DATABRICKS_SERVERLESS_GPU_LOG_VERBOSE 环境变量来控制 serverless_gpu 库的日志详细程度。
    • 在无服务器 GPU 本地执行期间,遵循通过 mlflow.set_experiment(...) 设置的用户指定 MLflow 试验;当 MLflow 试验名称发生冲突时,会提供更详细的错误信息。
  • Bug 修复

    • 修复了一个问题:对于远程工作负载,单元格输出中的 MLflow 运行链接会显示一个 [REDACTED] 片段。
    • 修复了一个问题:在远程模式下,瞬态错误(503 错误)首次出现时就会终止工作负载。 API 现在会在出现这些错误时自动重试。
    • 改进了在导入 serverless_gpu 并在未安装 torch 的情况下使用 remote=False 运行时显示的警告和错误消息。

2026 年 5 月 11 日

无服务器 GPU Python API 升级到 0.5.17

无服务器 GPU Python API 0.5.17 包含以下 API 更新:

  • Bug 修复
    • 当 GPU 池选项不可用时,API 现在回退到按需计算,从而在服务中断期间防止工作负荷故障。
    • 工作负荷创建错误现在会包含完整的服务器响应正文,从而加快故障排查。
    • 改进了对不正确使用 @distributed 修饰器的错误消息传递。
    • 现在已支持在 @distributed(remote=False) 本地执行中进行嵌套的 MLflow 运行。 现在,在活动的 MLflow 运行内执行操作时,将创建一个嵌套的子运行,而不是终止现有的父运行。
  • 新功能
    • 清理本地日志:默认情况下,在本地执行期间会禁止系统指标信息级日志,以减少日志干扰。

2026 年 4 月 24 日

无服务器 GPU Python API 升级到 0.5.16

无服务器 GPU Python API 0.5.16 包含以下 API 更新:

  • 新功能
    • 添加了 UCVolumeDataset,一个 Torch IterableDataset,用于流式传输 Unity Catalog FUSE 装载卷中的文件。 文件列表在分布式排名和 DataLoader 辅助角色之间自动分区,因此每个 (rank, worker) 对都会收到一个不重叠的切片。
    • 无服务器 GPU API 现在支持针对单个 H100 工作负载的 1xH100 加速器类型。
    • 在本地执行期间减少了 PySpark 和 Py4J 的日志干扰。 日志目录消息现在在调试级别记录,而不是打印。

2026 年 4 月 14 日

无服务器 GPU Python API 升级到 0.5.15

无服务器 GPU Python API 0.5.15 包含以下 API 更新:

  • 新功能
    • 为本地无服务器 GPU API 运行向 MLflow 添加了日志传播。 本地运行的训练日志现在会自动上传到 MLflow。
  • Bug 修复
    • 当未安装 PyTorch 时,错误消息现在正确地指示 Standard v5 基础环境不包括 torch。
  • 安全性
    • 将所有 Python 依赖项版本固定到确切版本,以防止新发布的恶意软件包版本的供应链攻击。

2026 年 3 月 17 日

无服务器 GPU Python API 升级到 0.5.14

无服务器 GPU Python API 0.5.14 包含以下 API 更新:

  • Bug 修复
    • 修复了无服务器 GPU API 在没有 MAPI 可用的情况下在控制平面上失败的问题。 当 MAPI 无法访问时,API 现在可正常回退到按需计算。

2026 年 3 月 2 日

无服务器 GPU Python API 升级到 0.5.13

无服务器 GPU Python API 0.5.13 包含以下 API 更新:

  • Bug 修复
    • 修复了本地模式下 Azure A10 GPU 设备名称解析的问题。 API 现在处理特定于Azure的格式,例如“A10-24Q”。
    • 修复了本地执行完成后 MLflow 活动运行未关闭的问题。
    • 修正了 MLflow 日志流处理与 MLflow 3.x 的兼容问题。 MLflow 3.x 中工件下载路径行为的更改导致日志流传输中断。 日志流式处理现在在 MLflow 2.x 和 3.x 上都能正确运行。
    • 修复了导致训练过程停止响应的问题。 在先前版本中引入的跨层级 MLflow 状态同步功能已被撤销。

在 Databricks AI 环境中添加的软件包

以下新包已添加到版本 5 中的 Databricks AI 环境:

  • catboost 1.2.8
  • trl 0.23.0
  • unsloth 2025.11.3
  • vllm 0.13.0
  • omegaconf 2.3.0
  • statsmodels 0.14.4
  • networkx 3.4.2

被从 Databricks AI 环境中删除的包

以下包已从版本 5 中的 Databricks AI 环境中删除:

  • spacy
  • sentencepiece

基本环境中未包含的包

以下包不包括在基本环境中,但在 CPU 环境中仍可用:

  • scipy
  • seaborn
  • scikit-learn

以下包不包括在基本环境中,但在 Databricks AI 环境中仍可用:

  • flash-attention
  • torch
  • torchvision

由于客户反馈请求控制 PyTorch 的版本管理,torch 未包含在版本 5 的基础环境中。 这样,就可以安装最适合工作负荷的版本。 若要使用 Databricks 测试的版本,请在笔记本单元中运行%pip install torch==2.9.0或使用torch==2.9.0端面板的“依赖项”部分进行安装

系统环境

  • 操作系统:Ubuntu 24.04.2 LTS
  • Python:3.12.3
  • Databricks Connect:18.0.0
  • NVIDIA CUDA 工具包:12.9

已安装的 Python 库

标准环境

若要在本地 Python 虚拟环境中重现无服务器 GPU 环境 5,请下载 requirements-env-gpu-5.txt 文件并运行 pip install -r requirements-env-gpu-5.txt。 此命令安装所有来自第五版无服务器环境的开源库。

图书馆 版本 图书馆 版本 图书馆 版本
aiohappyeyeballs 2.4.4 aiohttp 3.11.10 aiosignal 1.2.0
annotated-doc 0.0.4 annotated-types 0.7.0 anyio 4.7.0
argon2-cffi 21.3.0 argon2-cffi-bindings 21.2.0 arro3-core 0.6.5
箭头 1.3.0 asttokens 3.0.0 astunparse 1.6.3
async-lru 2.0.4 attrs 24.3.0 Azure 通用库 1.1.28
azure-core 1.37.0 Azure 身份识别 1.20.0 azure-mgmt-core 1.6.0
azure-mgmt-web 8.0.0 azure-storage-blob 12.28.0 azure-storage-file-datalake (Azure 存储文件数据湖) 12.22.0
babel 2.16.0 beautifulsoup4 4.12.3 黑色 24.10.0
漂白剂 6.2.0 闪烁器 1.7.0 boto3 1.40.45
botocore 1.40.45 cachetools (缓存工具) 5.5.1 certifi 2025.4.26
cffi 1.17.1 chardet 4.0.0 charset-normalizer (字符集正常化工具) 3.3.2
click 8.1.8 cloudpickle 3.0.0 通讯 0.2.1
contourpy 1.3.1 加密 44.0.1 骑行者 0.11.0
Cython 3.1.5 databricks-agents 1.9.1 databricks-connect 18.0.6
Databricks软件开发工具包 (databricks-sdk) 0.67.0 databricks.serverless_gpu 0.5.17+patch1 dataclasses-json 0.6.7
dbus-python 1.3.2 debugpy 1.8.11 修饰器 5.1.1
defusedxml 0.7.1 deltalake 1.1.4 已弃用 1.2.18
distlib 0.3.9 发行版 1.9.0 distro-info 1.7+build1
docstring-to-markdown 0.11 执行中 1.2.0 各个方面概述 1.1.1
fastapi 0.128.0 fastjsonschema 2.21.1 文件锁 (filelock) 3.17.0
fonttools(字体工具) 4.55.3 fqdn 1.5.1 frozenlist 1.5.0
fsspec 2023.5.0 未来 1.0.0 gitdb (Git数据库) 4.0.11
GitPython 3.1.43 google-api-core (谷歌 API 核心库) 2.28.1 google-auth (谷歌身份验证) 2.47.0
google-cloud-core (Google云核心) 2.5.0 Google 云存储 (Google Cloud Storage) 3.7.0 google-crc32c 1.8.0
google-resumable-media 2.8.0 googleapis-common-protos 1.65.0 grpcio 1.67.0
grpcio-status 1.67.0 h11 0.16.0 hf-xet 1.2.0
httpcore 1.0.9 httplib2 0.20.4 httpx 0.28.1
huggingface_hub 1.2.4 idna 3.7 importlib_metadata 8.5.0
iniconfig 1.1.1 ipyflow-core 0.0.209 ipykernel 6.29.5
ipython 8.30.0 ipython-genutils 0.2.0 ipywidgets 7.8.1
isodate (ISO标准日期) 0.7.2 isoduration 20.11.0 jedi 0.19.2
Jinja2 3.1.6 jiter 0.12.0 jmespath 1.0.1
joblib 1.4.2 json5 0.9.25 JSON补丁 1.33
jsonpointer 3.0.0 jsonschema 4.23.0 jsonschema-specifications 2023年7月1日
jupyter_client(Jupyter 客户端) 8.6.3 jupyter_core(Jupyter核心) 5.7.2 jupyter-events 0.12.0
jupyter-lsp 2.2.5 Jupyter服务器 2.15.0 Jupyter服务器终端 0.5.3
jupyterlab 4.3.4 jupyterlab_pygments 0.3.0 jupyterlab_server (JupyterLab 服务器) 2.27.3
jupyterlab_widgets 1.1.11 kiwisolver 1.4.8 langchain-core 1.2.6
langchain-openai 1.1.6 langsmith 0.6.1 launchpadlib 1.11.0
lazr.restfulclient 0.14.6 lazr.uri 1.0.6 litellm 1.75.9
markdown-it-py 2.2.0 MarkupSafe 3.0.2 棉花糖 3.26.2
matplotlib 3.10.0 matplotlib-inline 0.1.7 麦卡贝 0.7.0
mdurl 0.1.0 mistune(一个用于Markdown解析的Python库) 3.1.2 mlflow-skinny 3.8.1
mmh3 5.2.0 msal 1.34.0 msal-extensions 1.3.1
multidict 6.1.0 mypy-extensions 1.0.0 nbclient 0.10.2
nbconvert 7.16.6 nbformat 5.10.4 nest-asyncio 1.6.0
nodeenv 1.10.0 笔记本 7.3.2 notebook_shim 0.2.4
numpy 2.1.3 nvidia-ml-py 13.590.44 oauthlib 3.2.2
openai 2.14.0 OpenTelemetry API 1.39.1 opentelemetry-proto 1.39.1
opentelemetry-sdk(开源遥测软件开发工具包) 1.39.1 opentelemetry-semantic-conventions 0.60b1 orjson 3.11.5
overrides 7.4.0 包装 24.2 熊猫 2.2.3
pandocfilters 1.5.0 parambench-train-comms 0.0.0 帕尔索 0.8.4
pathspec 0.10.3 替罪羊 1.0.1 pexpect 4.8.0
枕头 11.1.0 pip 25.0.1 platformdirs 4.3.7
plotly 5.24.1 pluggy 1.5.0 prometheus_client 0.21.1
提示工具包 (prompt-toolkit) 3.0.43 propcache 0.3.1 proto-plus 1.27.0
protobuf 5.29.4 psutil 5.9.0 psycopg2 2.9.11
ptyprocess 0.7.0 pure-eval 0.2.2 py4j 0.10.9.9
pyarrow 21.0.0 pyasn1 0.4.8 pyasn1-modules 0.2.8
pyccolo 0.0.71 Python代码解析器 2.21 pydantic 2.10.6
pydantic_core 2.27.2 pydot 4.0.0 pyflakes 3.2.0
Pygments 2.19.1 PyGObject 3.48.2 pyiceberg 0.10.0
PyJWT 2.10.1 pyodbc 5.2.0 pyparsing Python解析库 3.2.0
pyright 1.1.394 pyroaring 1.0.3 pyspark 4.1.0+databricks.connect.18.0.6
pytest 8.3.5 python-apt 2.7.7+ubuntu5.1 python-dateutil 2.9.0.post0
python-dotenv 1.2.1 python-json-logger 3.2.1 python-lsp-jsonrpc 1.1.2
python-lsp-server 1.12.2 pytoolconfig 1.2.6 pytz 2024.1
PyYAML 6.0.2 pyzmq 26.2.0 referencing 0.30.2
regex 2024.11.6 请求 2.32.3 requests-toolbelt 1.0.0
rfc3339-validator 0.1.4 rfc3986验证器 0.1.1 rich 13.9.4
绳子 1.13.0 rpds-py 0.22.3 RSA加密算法 4.9.1
s3transfer 0.14.0 Send2Trash 1.8.2 setuptools 78.1.1
谢灵汉姆 1.5.4 6 1.17.0 smmap 5.0.0
sniffio 1.3.0 sortedcontainers 2.4.0 soupsieve 2.5
sqlparse 0.5.5 ssh-import-id 5.11 堆栈数据 0.6.3
starlette 0.50.0 strictyaml 1.7.3 毅力 9.0.0
terminado 0.17.1 threadpoolctl 3.5.0 tiktoken 0.12.0
tinycss2 1.4.0 tokenize_rt 6.1.0 tokenizers 0.22.2
tomli 2.0.1 龙卷风 6.5.1 tqdm 4.67.1
traitlets 5.14.3 typer-slim 0.21.1 types-python-dateutil 2.9.0.20251115
typing_extensions 4.12.2 typing-inspect 0.9.0 tzdata 2024.1
ujson 5.10.0 unattended-upgrades 0.1 URI 模板 1.3.0
urllib3 2.3.0 uuid_utils 0.12.0 uvicorn 0.40.0
virtualenv 20.29.3 wadllib 1.3.6 wcwidth 0.2.5
webcolors 25.10.0 Web编码 0.5.1 WebSocket客户端 1.8.0
whatthepatch (一种用于查看和编辑补丁文件的工具) 1.0.2 wheel 0.45.1 每当 0.7.3
widgetsnbextension 3.6.6 封装 1.17.0 yapf 0.40.2
yarl 1.18.0 zipp 3.21.0 zstandard 0.23.0

AI 环境

AI 环境包括标准环境中的所有包,以及以下包。 此环境包括 PyTorch 和全面的机器学习库:

  • torch 2.9.0
  • torchvision 0.24.0
  • flash_attn 2.8.3
  • catboost 1.2.8
  • langchain 0.3.27
  • lightgbm 4.6.0
  • openai 2.7.0
  • optuna 4.5.0
  • pytorch-lightning 2.5.4
  • ray 2.51.1
  • scikit-learn 1.6.1
  • scipy 1.15.3
  • seaborn 0.13.2
  • sentence-transformers 5.1.2
  • transformers 4.57.1
  • trl 0.23.0
  • unsloth 2025.11.3
  • vllm 0.13.0
  • xgboost 3.0.4

若要在本地 Python 虚拟环境中重现 AI 环境 V5,请下载 requirements-ai-gpu-5.txt 文件并运行 pip install -r requirements-ai-gpu-5.txt。 此命令从 AI 环境安装所有开源库。

图书馆 版本 图书馆 版本 图书馆 版本
absl-py 2.3.1 加速 1.11.0 aiohappyeyeballs 2.4.4
aiohttp 3.11.10 aiohttp-cors 0.8.1 aiosignal 1.2.0
alembic 1.18.0 annotated-doc 0.0.4 annotated-types 0.7.0
anthropic 0.71.0 antlr4-python3-runtime 4.9.3 anyio 4.7.0
apache-tvm-ffi 0.1.8.post2 argon2-cffi 21.3.0 argon2-cffi-bindings 21.2.0
arro3-core 0.6.5 箭头 1.3.0 阿斯托尔 0.8.1
asttokens 3.0.0 astunparse 1.6.3 async-lru 2.0.4
attrs 24.3.0 audioread(音频读取) 3.1.0 Azure 通用库 1.1.28
azure-core 1.37.0 Azure 身份识别 1.20.0 azure-mgmt-core 1.6.0
azure-mgmt-web 8.0.0 azure-storage-blob 12.28.0 azure-storage-file-datalake (Azure 存储文件数据湖) 12.22.0
babel 2.16.0 bcrypt 4.3.0 beautifulsoup4 4.12.3
bitsandbytes 0.49.1 黑色 24.10.0 blake3 1.0.8
漂白剂 6.2.0 闪烁器 1.7.0 boto3 1.40.45
botocore 1.40.45 brotli 1.2.0 cachetools (缓存工具) 5.5.1
catalogue 2.0.10 catboost 1.2.8 cbor2 5.8.0
certifi 2025.4.26 cffi 1.17.1 chardet 4.0.0
charset-normalizer (字符集正常化工具) 3.3.2 断路器 2.1.3 click 8.1.8
cloudpickle 3.0.0 五彩缤纷 0.5.8 colorlog 6.10.1
通讯 0.2.1 compressed-tensors 0.12.2 contourpy 1.3.1
cramjam 2.11.0 加密 44.0.1 cuda-bindings 13.1.1
cuda-pathfinder 1.3.3 cuda-python 13.1.1 cupy-cuda12x 13.6.0
cut-cross-entropy 25.1.1 骑行者 0.11.0 Cython 3.1.5
databricks-agents 1.9.1 databricks-connect 18.0.6 Databricks软件开发工具包 (databricks-sdk) 0.67.0
databricks.serverless_gpu 0.5.17+patch1 dataclasses-json 0.6.7 datasets 4.3.0
dbus-python 1.3.2 debugpy 1.8.11 修饰器 5.1.1
defusedxml 0.7.1 deltalake 1.1.4 已弃用 1.2.18
depyf 0.20.0 扩散器 0.36.0 dill 0.3.8
磁盘缓存 (diskcache) 5.6.3 distlib 0.3.9 发行版 1.9.0
distro-info 1.7+build1 dm-tree 0.1.9 dnspython 2.8.0
docstring_parser 0.17.0 docstring-to-markdown 0.11 einops 0.8.1
电子邮件验证器 2.3.0 评估 0.4.6 执行中 1.2.0
各个方面概述 1.1.1 Farama-通知 0.0.4 fastapi 0.128.0
fastapi-cli 0.0.20 fastapi-cloud-cli 0.9.0 fastar 0.8.0
fastjsonschema 2.21.1 fastrlock 0.8.3 文件锁 (filelock) 3.17.0
flash_attn 2.8.3 flashinfer-python 0.5.3 fonttools(字体工具) 4.55.3
fqdn 1.5.1 frozenlist 1.5.0 fsspec 2023.5.0
未来 1.0.0 gguf 0.17.1 gitdb (Git数据库) 4.0.11
GitPython 3.1.43 google-api-core (谷歌 API 核心库) 2.28.1 google-auth (谷歌身份验证) 2.47.0
google-cloud-core (Google云核心) 2.5.0 Google 云存储 (Google Cloud Storage) 3.2.0 google-crc32c 1.8.0
google-resumable-media 2.8.0 googleapis-common-protos 1.65.0 graphviz 0.21
greenlet 3.1.1 grpcio 1.67.0 grpcio-status 1.67.0
体育馆 1.1.1 h11 0.16.0 hf_transfer 0.1.9
hf-xet 1.2.0 httpcore 1.0.9 httplib2 0.20.4
httptools 0.7.1 httpx 0.28.1 httpx-sse 0.4.3
huggingface-hub 0.34.4 idna 3.7 ijson 3.4.0.post0
importlib_metadata 8.5.0 iniconfig 1.1.1 interegular 0.3.3
ipyflow-core 0.0.209 ipykernel 6.29.5 ipython 8.30.0
ipython-genutils 0.2.0 ipywidgets 7.8.1 isodate (ISO标准日期) 0.7.2
isoduration 20.11.0 jedi 0.19.2 Jinja2 3.1.6
jiter 0.12.0 jmespath 1.0.1 joblib 1.4.2
json5 0.9.25 JSON补丁 1.33 jsonpointer 3.0.0
jsonschema 4.23.0 jsonschema-specifications 2023年7月1日 jupyter_client(Jupyter 客户端) 8.6.3
jupyter_core(Jupyter核心) 5.7.2 jupyter-events 0.12.0 jupyter-lsp 2.2.5
Jupyter服务器 2.15.0 Jupyter服务器终端 0.5.3 jupyterlab 4.3.4
jupyterlab_pygments 0.3.0 jupyterlab_server (JupyterLab 服务器) 2.27.3 jupyterlab_widgets 1.1.11
kiwisolver 1.4.8 langchain 0.3.27 Langchain社区 0.3.31
langchain-core 0.3.79 langchain-openai 0.3.35 langchain-文本分割器 0.3.11
langsmith 0.6.1 lark 1.2.2 launchpadlib 1.11.0
lazr.restfulclient 0.14.6 lazr.uri 1.0.6 lazy_loader 0.4
librosa 0.11.0 lightgbm 4.6.0 lightning-utilities 0.15.2
litellm 1.75.9 llguidance 1.3.0 llvmlite 0.44.0
lm-format-enforcer(格式强制工具) 0.11.3 loguru 0.7.3 lz4 4.3.2
Mako 1.3.10 markdown-it-py 2.2.0 MarkupSafe 3.0.2
棉花糖 3.26.2 matplotlib 3.10.0 matplotlib-inline 0.1.7
麦卡贝 0.7.0 mcp 1.25.0 mdurl 0.1.0
mistral_common 1.8.8 mistune(一个用于Markdown解析的Python库) 3.1.2 mlflow-skinny 3.8.1
mmh3 5.2.0 模型托管容器标准 0.1.13 mosaicml-streaming 0.13.0
mpmath 1.3.0 msal 1.34.0 msal-extensions 1.3.1
msgpack 1.1.2 msgspec 0.20.0 multidict 6.1.0
multiprocess 0.70.16 mypy-extensions 1.0.0 nbclient 0.10.2
nbconvert 7.16.6 nbformat 5.10.4 nest-asyncio 1.6.0
NetworkX 3.4.2 忍者 1.13.0 nodeenv 1.10.0
笔记本 7.3.2 notebook_shim 0.2.4 numba 0.61.2
numpy 2.1.3 nvidia-cublas-cu12 12.9.1.4 nvidia-cuda-cupti-cu12 12.9.79
nvidia-cuda-nvrtc-cu12 12.9.86 nvidia-cuda-runtime-cu12 12.9.79 nvidia-cudnn-cu12 9.10.2.21
nvidia-cudnn-frontend 1.17.0 nvidia-cufft-cu12 11.4.1.4 nvidia-cufile-cu12 1.14.1.1
nvidia-curand-cu12 10.3.10.19 nvidia-cusolver-cu12 11.7.5.82 nvidia-cusparse-cu12 12.5.10.65
nvidia-cusparselt-cu12 0.7.1 nvidia-cutlass-dsl 4.3.5 nvidia-ml-py 13.590.44
nvidia-nccl-cu12 2.27.5 nvidia-nvjitlink-cu12 12.9.86 nvidia-nvshmem-cu12 3.3.20
nvidia-nvtx-cu12 12.9.79 oauthlib 3.2.2 oci 2.165.0
omegaconf 2.3.0 openai 2.7.0 openai-harmony 0.0.8
opencensus 0.11.4 opencensus-context 0.1.3 opencv-python 4.12.0.88
opencv-python-headless 4.12.0.88 OpenTelemetry API 1.39.1 opentelemetry-exporter-prometheus 0.60b1
opentelemetry-proto 1.39.1 opentelemetry-sdk(开源遥测软件开发工具包) 1.39.1 opentelemetry-semantic-conventions 0.60b1
optuna 4.5.0 optuna-integration 4.5.0 orjson 3.11.5
ormsgpack 1.7.0 outlines_core 0.2.11 overrides 7.4.0
包装 24.2 熊猫 2.2.3 pandocfilters 1.5.0
parambench-train-comms 0.0.0 paramiko 3.5.1 帕尔索 0.8.4
部分JSON解析器 0.2.1.1.post7 pathspec 0.10.3 替罪羊 1.0.1
peft 0.17.1 pexpect 4.8.0 枕头 11.1.0
pip 25.0.1 platformdirs 4.3.7 plotly 5.24.1
pluggy 1.5.0 狗狗 1.8.2 prometheus_client 0.21.1
prometheus-fastapi-instrumentator 7.1.0 提示工具包 (prompt-toolkit) 3.0.43 propcache 0.3.1
proto-plus 1.27.0 protobuf 5.29.4 psutil 5.9.0
psycopg2 2.9.11 ptyprocess 0.7.0 pure-eval 0.2.2
py-cpuinfo (Python CPU信息) 9.0.0 py-spy 0.4.1 py4j 0.10.9.9
pyarrow 21.0.0 pyasn1 0.4.8 pyasn1-modules 0.2.8
pybase64 1.4.3 pyccolo 0.0.71 pycountry 24.6.1
Python代码解析器 2.21 pydantic 2.12.0 pydantic_core 2.41.1
pydantic-extra-types 2.11.0 pydantic-settings 2.12.0 pydot 4.0.0
pyflakes 3.2.0 Pygments 2.19.1 PyGObject 3.48.2
pyiceberg 0.10.0 PyJWT 2.10.1 PyNaCl 1.5.0
pynndescent 0.6.0 pyodbc 5.2.0 pyOpenSSL 25.0.0
pyparsing Python解析库 3.2.0 pyright 1.1.394 pyroaring 1.0.3
pyspark 4.1.0+databricks.connect.18.0.6 pytesseract 0.3.13 pytest 8.3.5
python-apt 2.7.7+ubuntu5.1 python-dateutil 2.9.0.post0 python-dotenv 1.1.1
python-json-logger 3.2.1 python-lsp-jsonrpc 1.1.2 python-lsp-server 1.12.2
python-multipart 0.0.21 python-snappy 0.7.3 pytoolconfig 1.2.6
pytorch-lightning 2.5.4 pytorch-ranger 0.1.1 pytz 2024.1
PyYAML 6.0.2 pyzmq 26.2.0 射线 2.51.1
referencing 0.30.2 regex 2024.11.6 请求 2.32.5
requests-toolbelt 1.0.0 rfc3339-validator 0.1.4 rfc3986验证器 0.1.1
rich 13.9.4 丰富工具包 0.17.1 rignore 0.7.6
绳子 1.13.0 rpds-py 0.22.3 RSA加密算法 4.9.1
s3transfer 0.14.0 safetensors 0.7.0 scikit-learn(机器学习库) 1.6.1
scipy 1.15.3 seaborn 0.13.2 Send2Trash 1.8.2
sentence-transformers (句子转换器) 5.1.2 sentencepiece 0.2.1 sentry-sdk 2.49.0
setproctitle 1.3.7 setuptools 78.1.1 shap 0.49.1
谢灵汉姆 1.5.4 6 1.17.0 切片器 0.0.8
smart_open 7.5.0 smmap 5.0.0 sniffio 1.3.0
sortedcontainers 2.4.0 音频文件 0.13.1 soupsieve 2.5
soxr 1.0.0 SQLAlchemy 2.0.39 sqlparse 0.5.5
sse-starlette 3.1.2 ssh-import-id 5.11 堆栈数据 0.6.3
starlette 0.50.0 statsmodels 0.14.4 strictyaml 1.7.3
主管 4.3.0 sympy 1.13.3 制表 0.9.0
毅力 9.0.0 tensorboardX 2.6.4 terminado 0.17.1
threadpoolctl 3.5.0 tiktoken 0.9.0 tinycss2 1.4.0
tokenize_rt 6.1.0 tokenizers 0.22.1 tomli 2.0.1
火炬 2.9.0+cu129 torch-optimizer 0.3.0 torchao 0.15.0
torchaudio 2.9.0 torchmetrics 1.8.2 torchvision 0.24.0+cu129
龙卷风 6.5.1 tqdm 4.67.1 traitlets 5.14.3
转换器 4.57.1 triton 3.5.0 trl 0.23.0
typeguard 4.4.4 typer 0.21.1 typer-slim 0.21.1
types-python-dateutil 2.9.0.20251115 typing_extensions 4.14.1 typing-inspect 0.9.0
typing-inspection 0.4.2 tyro 1.0.4 tzdata 2024.1
ujson 5.10.0 umap-learn 0.5.9.post2 unattended-upgrades 0.1
unsloth 2025年11月3日 unsloth_zoo 2026.1.2 URI 模板 1.3.0
urllib3 2.3.0 uuid_utils 0.12.0 uvicorn 0.40.0
uvloop 0.22.1 virtualenv 20.29.3 vllm 0.13.0
wadllib 1.3.6 watchfiles 1.1.1 wcwidth 0.2.5
webcolors 25.10.0 Web编码 0.5.1 WebSocket客户端 1.8.0
websockets 16.0 whatthepatch (一种用于查看和编辑补丁文件的工具) 1.0.2 wheel 0.45.1
每当 0.7.3 widgetsnbextension 3.6.6 封装 1.17.0
xformers 0.0.33.post1 xgboost 3.0.4 xgboost-ray 0.1.19
xgrammar 0.1.27 xxhash 3.5.0 yapf 0.40.2
yarl 1.18.0 zipp 3.21.0 zstandard 0.23.0
zstd 1.5.5.1