mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	Legacy CPUs architecture alternative tip. (#93)
This commit is contained in:
		
							parent
							
								
									b74ad69288
								
							
						
					
					
						commit
						aebeb37fb0
					
				@ -146,7 +146,7 @@ Cheer! 🎉
 | 
			
		||||
 | 
			
		||||
# Known Issue
 | 
			
		||||
 
 | 
			
		||||
TensorFlow doesn't run with older CPU architecture, it requires CPU with AVX and AVX2 instruction set. If you encounter the error `illegal instruction core dump` when running the docker-compose command above, check for your CPU flags with the command and make sure you see `AVX` and `AVX2`. Otherwise, switch to a different VM/desktop with different architecture.
 | 
			
		||||
TensorFlow doesn't run with older CPU architecture, it requires CPU with AVX and AVX2 instruction set. If you encounter the error `illegal instruction core dump` when running the docker-compose command above, check for your CPU flags with the command and make sure you see `AVX` and `AVX2`:
 | 
			
		||||
 
 | 
			
		||||
```bash
 | 
			
		||||
more /proc/cpuinfo | grep flags
 | 
			
		||||
@ -157,3 +157,7 @@ If you are running virtualization in Promox, the VM doesn't have the flag enable
 | 
			
		||||
You need to change the CPU type from `kvm64` to `host` under VMs hardware tab.
 | 
			
		||||
  
 | 
			
		||||
`Hardware > Processors > Edit > Advanced > Type (dropdown menu) > host`
 | 
			
		||||
 
 | 
			
		||||
Otherwise you can:
 | 
			
		||||
- edit `docker-compose.yml` file and comment the whole `immich_microservices` service **which will disable Search feature**
 | 
			
		||||
- switch to a different VM/desktop with different architecture.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user