JohanDL commited on
Commit
e24e591
1 Parent(s): 179caf7

Fixing example files

Browse files
Files changed (2) hide show
  1. assets/examples_video/keep.py +0 -0
  2. environment.yml +18 -0
assets/examples_video/keep.py DELETED
File without changes
environment.yml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: masaenv
2
+ channels:
3
+ - conda-forge
4
+ - pytorch
5
+ - nvidia
6
+ - defaults
7
+ dependencies:
8
+ - python=3.11
9
+ - pytorch=2.1.2
10
+ - torchvision=0.16.2
11
+ - torchaudio=2.1.2
12
+ - pytorch-cuda=11.8
13
+ - cudatoolkit=11.8
14
+ - ffmpeg
15
+ - pip
16
+ - pip:
17
+ - fsspec
18
+ - gradio