This commit is contained in:
wok 2024-06-03 21:00:59 +09:00
parent 9f9a1df218
commit 6228bfb541
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
- REST APIを提供することでサードパーティによるクライアント開発を容易化しました。
- エディション体系を刷新しました。
- スタンダードエディション(win)はgpuの有無にかかわらず、onnxモデルでの実行を基本としてます。torchモデルはonnxモデルに変換してから使用してください。gpuをお持ちの方はonnxモデルでのみハードウェアアクセラレーションが有効となります。
- Nvidiaのcudaエディション(win)は、torchモデルもハードウェアアクセラレーションが有効になります。また、onnxモデルもスタンダードエディションと比較してわずかながら性能が高くなる可能性があります。
- cudaエディション(win)は、NvidiaのGPUをお持ちの場合はtorchモデルもハードウェアアクセラレーションが有効になります。また、onnxモデルもスタンダードエディションと比較してわずかながら性能が高くなる可能性があります。
- macエディションはApple Silicon搭載のMacユーザ向けです。
- linuxユーザやpythonの知識がある方はリポジトリをcloneして実行することもできます。
- 現在のalpha versionではスタンダードエディションのみの提供となっています。

View File

@ -8,7 +8,7 @@
- By providing REST API, it has become easier for third parties to develop clients.
- The edition system has been revamped.
- The Standard Edition (win) runs on onnx models by default, regardless of the presence of a GPU. Please convert torch models to onnx models before use. If you have a GPU, hardware acceleration is only effective with onnx models.
- The Nvidia cuda Edition (win) enables hardware acceleration for torch models as well. Additionally, onnx models might perform slightly better compared to the Standard Edition.
- CUDA Edition (Windows) enables hardware acceleration for the torch model if you have an Nvidia GPU. Additionally, ONNX models may also see a slight performance improvement compared to the Standard Edition.
- The mac Edition is aimed at users with Macs equipped with Apple Silicon.
- Users with Linux and Python knowledge can clone the repository and run it.
- Currently, only the Standard Edition is available in the alpha version.

View File

@ -8,7 +8,7 @@
- REST API를 제공하여 서드파티 클라이언트 개발을 용이하게 하였습니다.
- 에디션 체계를 새롭게 구성하였습니다.
- 스탠다드 에디션(win)은 GPU의 유무에 관계없이 onnx 모델로 실행하는 것을 기본으로 합니다. torch 모델은 onnx 모델로 변환한 후 사용하십시오. GPU를 보유한 경우 onnx 모델에서만 하드웨어 가속이 활성화됩니다.
- Nvidia의 cuda 에디션(win)은 torch 모델에서도 하드웨어 가속이 활성화됩니다. 또한, onnx 모델도 스탠다드 에디션과 비교할 때 성능이 약간 향상될 가능성이 있습니다.
- CUDA 에디션(윈도우)은 Nvidia GPU를 보유한 경우에 torch 모델도 하드웨어 가속이 활성화됩니다. 또한, onnx 모델도 스탠다드 에디션과 비교하여 약간 성능이 향상될 가능성이 있습니다.
- mac 에디션은 Apple Silicon을 탑재한 Mac 사용자용입니다.
- 리눅스 사용자 및 파이썬 지식이 있는 분은 리포지토리를 클론하여 실행할 수도 있습니다.
- 현재의 알파 버전에서는 스탠다드 에디션만 제공하고 있습니다.