yl0628 commited on
Commit
8f29512
·
verified ·
1 Parent(s): 0f26b61

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +7 -5
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: green
6
  sdk: gradio
7
  app_file: app.py
8
  pinned: false
9
- short_description: 24-679 HW3
10
  ---
11
 
12
  #
 
6
  sdk: gradio
7
  app_file: app.py
8
  pinned: false
9
+ short_description: 24-679 HW3 Part 2
10
  ---
11
 
12
  #
requirements.txt CHANGED
@@ -3,10 +3,12 @@ huggingface_hub>=0.24.0
3
  pillow==10.4.0
4
  pandas==2.2.2
5
  numpy==1.26.4
 
6
 
7
- # Match AutoGluon 1.1.0: needs torch >=2.1,<2.2
8
- torch==2.1.2
9
- torchvision==0.16.2
10
- torchaudio==2.1.2
11
 
12
- autogluon.multimodal==1.1.0
 
 
3
  pillow==10.4.0
4
  pandas==2.2.2
5
  numpy==1.26.4
6
+ scikit-learn==1.6.1
7
 
8
+ # PyTorch CPU wheels (compatible with recent AutoGluon)
9
+ torch==2.2.2
10
+ torchvision==0.17.2
11
+ torchaudio==2.2.2
12
 
13
+ # Use a modern AutoGluon to load newer checkpoints
14
+ autogluon.multimodal==1.4.0