Skip to content

Commit e3714db

Browse files
author
SzabolcsGergely
committed
Fix typo: ARMV8
1 parent 6632a0a commit e3714db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ def hasWhitespace(string):
190190
WARNING='\033[1;5;31m'
191191
RED='\033[91m'
192192
LINE_CL='\033[0m'
193-
SUGGESTION='echo "export OPENBLAS_CORETYPE=AMRV8" >> ~/.bashrc && source ~/.bashrc'
193+
SUGGESTION='echo "export OPENBLAS_CORETYPE=ARMV8" >> ~/.bashrc && source ~/.bashrc'
194194
print(f'{WARNING}WARNING:{LINE_CL} Need to set OPENBLAS_CORE_TYPE environment variable, otherwise opencv will fail with illegal instruction.')
195195
print(f'Run: {RED}{SUGGESTION}{LINE_CL}')

0 commit comments

Comments
 (0)