Skip to content

manifestationem

Compare
Choose a tag to compare
@gosha20777 gosha20777 released this 17 Dec 22:33
· 353 commits to master since this release
ecf8e65

First public alpha

Change log

  • fix bugs with model updating
  • add auth function and crypt keys

Ussage

system requirements
CPU support for Windows/Linux (recommend)/CentOS/MacOS X
GPU support ONLY for linux, only nvidia graphic support

OS: Windows 10 / Lunux / MacOS X (x64 only!).
CPU: 2x+ Core CPU (with AVX, SSE SSE2 SSE3 SSE4 SSE4.1) Intel Core i3/i5/i7/xeon Sandy Bridge / AMD Buldozer and higher (Note: intel celeron does not support!)
GPU (Optional): GTX, 4Gb vRAM, CUDA 9.1+ comparable (including CUDA 10 and higher), no CUDA driver required, e.g. GTX 950m and higher
RAM: 4096 mb RAM and higher
Storage: 5gb free disk space (10gb free disk space for GPU version)

Attention: Windows version have a critical bug with CPU cash. It happens cause Windows works with glx incorrect. We are working on ti. See #48 for more details.

  1. Installation

CPU

  • install docker and docker service (and add user to docker group for linux)
  • unzip archive with your runtime

GPU

  • install docker and docker service (and add user to docker group for linux)
  • install nvidia-docker and run it
  • unzip archive with your runtime use runtime with -gpu suffix
  1. Usage

Linux\CentOS\OSX

cd /directory/with/app/
./ReacuerLaApp

Windows

go to directory with app
run ReacuerLaApp.exe

Supported Runtimes (x64 only!)

  • win10 - windows 10 pro (x64 only!)
  • ubuntu16; ubuntu18 - linux ubuntu 16.04 and 18.04 (x64 only!)
  • linux - most computer linux distributions (x64 only!), such as CentOS, Debian, Fedora, Arch, Gentoo and their derivatives
  • osx - macOS 10.12 Sierra or higher (x64 only!)