You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The tensorflow library needs either AVX or a CUDA capable GPU. In the case of missing a specific GPU and an AVX capable cpu, slips crashes while loading the modules.
To Reproduce
use a cpu without avx
start slips
slips crashs
Expected behavior
slips print a warning which modules get deactivated and runs
Describe the bug
The tensorflow library needs either AVX or a CUDA capable GPU. In the case of missing a specific GPU and an AVX capable cpu, slips crashes while loading the modules.
To Reproduce
Expected behavior
slips print a warning which modules get deactivated and runs
StratosphereLinuxIPS/managers/process_manager.py
Line 353 in 9452061
Screenshots
If applicable, add screenshots to help explain your problem.
Branch
v1.1
Environment (please complete the following information):
Additional context
python3 -c "from cpufeature.extension import CPUFeature; print (CPUFeature.get('AVX'))"
The text was updated successfully, but these errors were encountered: