This commit is contained in:
wok 2024-06-10 19:36:43 +09:00
parent d9dfe9461a
commit baa1ce153f
4 changed files with 15 additions and 1 deletions

View File

@ -3,6 +3,11 @@
[English](/README_en.md) [Korean](/README_ko.md) [English](/README_en.md) [Korean](/README_ko.md)
## What's New! ## What's New!
- v.2.0.20-alpha
- torch-cudaに対応。エディションの説明は[こちら](docs/01_basic_v2.0.z.md)。
- bugfix:
- ファイルエンコーディングをUTF-8に統一
- v.2.0.16-alpha - v.2.0.16-alpha
- torch-dmlに対応実験的なバージョン。エディションの説明は[こちら](docs/01_basic_v2.0.z.md)。 - torch-dmlに対応実験的なバージョン。エディションの説明は[こちら](docs/01_basic_v2.0.z.md)。
- bugfix: - bugfix:

View File

@ -3,6 +3,11 @@
[Japanese](/README.md) [Korean](/README_ko.md) [Japanese](/README.md) [Korean](/README_ko.md)
## What's New! ## What's New!
- v.2.0.20-alpha
- Support for torch-cuda. See the edition description [here](docs/01_basic_v2.0.z.md).
- Bugfix:
- Unified file encoding to UTF-8
-
- v.2.0.16-alpha - v.2.0.16-alpha
- Added support for experimental version of torch-dml. For a description of the edition, refer to [here](docs/01_basic_v2.0.z.md). - Added support for experimental version of torch-dml. For a description of the edition, refer to [here](docs/01_basic_v2.0.z.md).
- Bugfix: - Bugfix:

View File

@ -3,6 +3,10 @@
[English](/README_en.md) [Japanese](/README.md) [English](/README_en.md) [Japanese](/README.md)
## What's New! ## What's New!
- v.2.0.20-alpha
- Support for torch-cuda. See the edition description [here](docs/01_basic_v2.0.z.md).
- Bugfix:
- Unified file encoding to UTF-8
- v.2.0.16-alpha - v.2.0.16-alpha
- torch-dml 실험적 버전을 지원. 에디션에 대한 설명은 [여기](docs/01_basic_v2.0.z.md)를 참조. - torch-dml 실험적 버전을 지원. 에디션에 대한 설명은 [여기](docs/01_basic_v2.0.z.md)를 참조.
- 버그 수정: - 버그 수정:

View File

@ -17,7 +17,7 @@
| edition | os | 内容 | | edition | os | 内容 |
| ------------------- | --- | -------------------------------------------------------------------------------------- | | ------------------- | --- | -------------------------------------------------------------------------------------- |
| win_std | win | 一般的なwinユーザ向け。AMD, NvidiaのGPU所有者。CPUのみのユーザ | | win_std | win | 一般的なwinユーザ向け。AMD, NvidiaのGPU所有者。CPUのみのユーザ |
| win_cuda | win | NvidiaのGPU所有者向け。cudaのセットアップが可能なユーザ | | win_cuda | win | NvidiaのGPU所有者向け。cuda, cudnnのセットアップが可能なユーザ |
| win_std_torch_dml | win | pytorchのモデルを使用する場合。AMDのGPU所有者向け。 | | win_std_torch_dml | win | pytorchのモデルを使用する場合。AMDのGPU所有者向け。 |
| win_cuda_torch_cuda | win | pytorchのモデルを使用する場合。NvidiaのGPU所有者向け。cudaのセットアップが可能なユーザ | | win_cuda_torch_cuda | win | pytorchのモデルを使用する場合。NvidiaのGPU所有者向け。cudaのセットアップが可能なユーザ |
| mac | mac | AppleSilicon(M1等)ユーザ向け。 | | mac | mac | AppleSilicon(M1等)ユーザ向け。 |