Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Use xformers 0.0.16
Browse files
    	
        Dockerfile
    CHANGED
    
    | 
         @@ -44,8 +44,6 @@ RUN pyenv install ${PYTHON_VERSION} && \ 
     | 
|
| 44 | 
         
             
            RUN pip install --no-cache-dir -U torch==1.13.1 torchvision==0.14.1
         
     | 
| 45 | 
         
             
            COPY --chown=1000 requirements.txt /tmp/requirements.txt
         
     | 
| 46 | 
         
             
            RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
         
     | 
| 47 | 
         
            -
            COPY --chown=1000 wheel/xformers-0.0.16+bc08bbc.d20230130-cp310-cp310-linux_x86_64.whl /tmp/xformers-0.0.16+bc08bbc.d20230130-cp310-cp310-linux_x86_64.whl
         
     | 
| 48 | 
         
            -
            RUN pip install --no-cache-dir -U /tmp/xformers-0.0.16+bc08bbc.d20230130-cp310-cp310-linux_x86_64.whl
         
     | 
| 49 | 
         | 
| 50 | 
         
             
            COPY --chown=1000 . ${HOME}/app
         
     | 
| 51 | 
         
             
            RUN cd Tune-A-Video && patch -p1 < ../patch
         
     | 
| 
         | 
|
| 44 | 
         
             
            RUN pip install --no-cache-dir -U torch==1.13.1 torchvision==0.14.1
         
     | 
| 45 | 
         
             
            COPY --chown=1000 requirements.txt /tmp/requirements.txt
         
     | 
| 46 | 
         
             
            RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
         
     | 
| 
         | 
|
| 
         | 
|
| 47 | 
         | 
| 48 | 
         
             
            COPY --chown=1000 . ${HOME}/app
         
     | 
| 49 | 
         
             
            RUN cd Tune-A-Video && patch -p1 < ../patch
         
     | 
    	
        requirements.txt
    CHANGED
    
    | 
         @@ -16,3 +16,4 @@ torch==1.13.1 
     | 
|
| 16 | 
         
             
            torchvision==0.14.1
         
     | 
| 17 | 
         
             
            transformers==4.26.0
         
     | 
| 18 | 
         
             
            triton==2.0.0.dev20221202
         
     | 
| 
         | 
| 
         | 
|
| 16 | 
         
             
            torchvision==0.14.1
         
     | 
| 17 | 
         
             
            transformers==4.26.0
         
     | 
| 18 | 
         
             
            triton==2.0.0.dev20221202
         
     | 
| 19 | 
         
            +
            xformers==0.0.16
         
     | 
    	
        wheel/xformers-0.0.16+bc08bbc.d20230130-cp310-cp310-linux_x86_64.whl
    DELETED
    
    | 
         @@ -1,3 +0,0 @@ 
     | 
|
| 1 | 
         
            -
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            -
            oid sha256:016219e017ce06b351ef0f98fc074ee60be06ee1d700cfe0a45c9b59e25bb938
         
     | 
| 3 | 
         
            -
            size 134437916
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         |