Update xformers and torch.
This commit is contained in:
		
							parent
							
								
									1f0e5d58eb
								
							
						
					
					
						commit
						19bcf71892
					
				@ -1,4 +1,4 @@
 | 
			
		||||
FROM python:3.12.0
 | 
			
		||||
FROM python:3.11.3-slim-bullseye
 | 
			
		||||
COPY ./requirements.txt /
 | 
			
		||||
RUN apt-get update \
 | 
			
		||||
    && apt-get install wget libgl1-mesa-glx libglib2.0-0 --no-install-recommends -y \
 | 
			
		||||
 | 
			
		||||
@ -3,9 +3,9 @@ accelerate
 | 
			
		||||
diffusers[torch]==0.21.4
 | 
			
		||||
onnxruntime==1.16.1
 | 
			
		||||
safetensors==0.4.0
 | 
			
		||||
torch==2.0.1+cu117
 | 
			
		||||
torch==2.1.0
 | 
			
		||||
transformers==4.34.1
 | 
			
		||||
xformers==0.0.22
 | 
			
		||||
xformers==0.0.22.post7
 | 
			
		||||
 | 
			
		||||
realesrgan==0.3.0
 | 
			
		||||
basicsr>=1.4.2
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user