mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Remove SSE 4.2 from instruction set supporting OpenVino. Although the docs says it supports it, many users have reported it not working without AVX. (#902)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							17eaedf335
						
					
				
				
					commit
					9236f97009
				
			@@ -104,8 +104,8 @@ fi
 | 
			
		||||
echo "tmpfs   /tmp/cache      tmpfs   defaults        0       0" >> /etc/fstab
 | 
			
		||||
msg_ok "Installed Frigate $RELEASE"
 | 
			
		||||
 | 
			
		||||
if grep -q -o -m1 -E 'avx[^ ]* | sse4_2' /proc/cpuinfo; then
 | 
			
		||||
  msg_ok "AVX or SSE 4.2 Support Detected"
 | 
			
		||||
if grep -q -o -m1 -E 'avx[^ ]*' /proc/cpuinfo; then
 | 
			
		||||
  msg_ok "AVX Support Detected"
 | 
			
		||||
  msg_info "Installing Openvino Object Detection Model (Resilience)"
 | 
			
		||||
  $STD pip install -r /opt/frigate/docker/main/requirements-ov.txt
 | 
			
		||||
  cd /opt/frigate/models
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user