Skip to content

Commit 00aff55

Browse files
committed
readme fix
1 parent e109477 commit 00aff55

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ The simplest way to install framework is using `pip`:
3232
```
3333
pip 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

3843
Please note that when running examples from the [examples](examples) folder,

README_RU.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
pip 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) для визуализации

0 commit comments

Comments
 (0)