Radianis commited on
Commit
e5b0f7e
·
1 Parent(s): a45e813

Simplify Space build dependencies

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +2 -8
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: green
6
  sdk: gradio
7
  python_version: "3.10"
8
  app_file: app.py
9
- suggested_hardware: t4-medium
10
  models:
11
  - Qwen/Qwen2.5-0.5B
12
  datasets:
 
6
  sdk: gradio
7
  python_version: "3.10"
8
  app_file: app.py
9
+ suggested_hardware: cpu-basic
10
  models:
11
  - Qwen/Qwen2.5-0.5B
12
  datasets:
requirements.txt CHANGED
@@ -1,8 +1,2 @@
1
- gradio
2
- torch
3
- transformers
4
- datasets
5
- peft
6
- accelerate
7
- pandas
8
- LBW-Guard
 
1
+ # The Space app is a lightweight notebook launcher.
2
+ # Training dependencies are installed inside the Colab notebooks.