File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,12 @@ The simplest way to install framework is using `pip`:
3232```
3333pip install torchcnnbuilder
3434```
35-
35+ <details ><summary >Minimum technical requirements</summary >
36+ The minimum system requirements for using the library are a Python interpreter version >3.9
37+ and access to a computing system running Windows/Linux.
38+ The minimum hardware requirements include a processor (CPU) with 8 cores,
39+ 2GB of RAM, a graphics processor (GPU) with 8GB of VRAM, and 2GB of HDD storage.
40+ </details >
3641<details ><summary >Additional packages for examples run</summary >
3742
3843Please note that when running examples from the [ examples] ( examples ) folder,
Original file line number Diff line number Diff line change 2929pip install torchcnnbuilder
3030```
3131
32+ <details ><summary >Минимальные системные требования</summary >
33+ Минимальными системными требованиями для использования библиотеки является
34+ наличие интерпретатора Python версии >3.9 и доступ к вычислительной системе
35+ под управлением OC Windows/Linux. Минимальные требования к аппаратному обеспечению
36+ включают наличие процессора (CPU) с 8 ядрами, оперативной памяти (RAM) 2ГБ,
37+ графического процессора (GPU) с 8 ГБ VRAM и хранилища HDD 2 ГБ.
38+ </details >
3239<details ><summary >Доп.пакеты для примеров</summary >
3340
3441Обратите внимание, что при запуске примеров из папки [ examples] ( examples ) для визуализации
You can’t perform that action at this time.
0 commit comments