8 个版本
0.2.2 | 2023 年 8 月 9 日 |
---|---|
0.2.1 | 2023 年 7 月 21 日 |
0.1.5 | 2023 年 7 月 7 日 |
0.1.3 | 2023 年 1 月 27 日 |
0.1.0-alpha |
|
#435 在 硬件支持
每月 43 次下载
140KB
3.5K SLoC
Furiosa Device API
一组 API,用于列出和检索 FuriosaAI 的 NPU 设备信息。要了解更多关于 FuriosaAI 的 NPU 信息,请访问 https://furiosa.ai。
开始之前
此 crate 需要 FuriosaAI 的 NPU 设备及其内核驱动程序。目前,FuriosaAI 仅向注册早期访问计划 (EAP) 的用户提供 NPU 设备。请联系 [email protected] 了解如何开始 EAP。您还可以参考 驱动程序、固件和运行时安装 了解内核驱动程序的安装。
Rust 文档
要在本地渲染文档,请使用以下命令 (*需要 nightly*)
cd device-api
cargo rustdoc --lib --all-features -- --cfg docsrs
Python API
FuriosaAI NPU 设备的 Python API 可在此处找到 这里。
许可
Copyright 2022 FuriosaAI, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
依赖项
~15–27MB
~362K SLoC