mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-30 18:35:00 -04:00 
			
		
		
		
	* export clip models * export to hf refactored export code * export mclip, general refactoring cleanup * updated conda deps * do transforms with pillow and numpy, add tokenization config to export, general refactoring * moved conda dockerfile, re-added poetry * minor fixes * updated link * updated tests * removed `requirements.txt` from workflow * fixed mimalloc path * removed torchvision * cleaner np typing * review suggestions * update default model name * update test
		
			
				
	
	
		
			16 lines
		
	
	
		
			192 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			192 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: base
 | |
| channels:
 | |
|   - conda-forge
 | |
| platforms:
 | |
|   - linux-64
 | |
|   - linux-aarch64
 | |
| dependencies:
 | |
|   - black
 | |
|   - conda-lock
 | |
|   - mypy
 | |
|   - pytest
 | |
|   - pytest-cov
 | |
|   - pytest-mock
 | |
|   - ruff
 | |
| category: dev
 |