Joash2024 commited on
Commit
9e96d33
·
verified ·
1 Parent(s): 77a8694

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -4,18 +4,18 @@ emoji: 🧮
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 4.0.0
8
  app_file: app.py
9
  pinned: false
10
  hardware:
11
  gpu: t4
12
  memory: 16
13
  python_packages:
14
- - "torch>=2.0.0"
15
- - "transformers>=4.30.0"
16
- - "accelerate>=0.20.0"
17
- - "bitsandbytes==0.41.1"
18
- - "peft==0.6.2"
19
  ---
20
 
21
  # Math Derivative Solver (Test Space)
@@ -40,4 +40,4 @@ This Space tests our newly trained math model for solving derivatives. We're usi
40
 
41
  - 8-bit quantization for efficient inference
42
  - GPU acceleration with T4
43
- - LaTeX notation support
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: 5.8.0
8
  app_file: app.py
9
  pinned: false
10
  hardware:
11
  gpu: t4
12
  memory: 16
13
  python_packages:
14
+ - torch>=2.0.0
15
+ - transformers>=4.30.0
16
+ - accelerate>=0.20.0
17
+ - bitsandbytes==0.41.1
18
+ - peft==0.6.2
19
  ---
20
 
21
  # Math Derivative Solver (Test Space)
 
40
 
41
  - 8-bit quantization for efficient inference
42
  - GPU acceleration with T4
43
+ - LaTeX notation support