Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -4,18 +4,18 @@ emoji: 🧮
|
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
hardware:
|
11 |
accelerator: a100
|
12 |
gpu: true
|
13 |
python_packages:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
---
|
20 |
|
21 |
# Mathematics Derivative Solver
|
@@ -30,4 +30,4 @@ This Space demonstrates our fine-tuned math model for solving derivatives. We us
|
|
30 |
- Step-by-step derivative solutions
|
31 |
- LaTeX notation support
|
32 |
- A100 GPU acceleration
|
33 |
-
- Float16 precision for efficient inference
|
|
|
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 |
accelerator: a100
|
12 |
gpu: true
|
13 |
python_packages:
|
14 |
+
- torch>=2.0.0
|
15 |
+
- transformers>=4.30.0
|
16 |
+
- accelerate>=0.20.0
|
17 |
+
- peft==0.5.0
|
18 |
+
- numpy>=1.21.0
|
19 |
---
|
20 |
|
21 |
# Mathematics Derivative Solver
|
|
|
30 |
- Step-by-step derivative solutions
|
31 |
- LaTeX notation support
|
32 |
- A100 GPU acceleration
|
33 |
+
- Float16 precision for efficient inference
|