Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -4,19 +4,19 @@ emoji: 🧮
|
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
hardware:
|
11 |
gpu: t4
|
12 |
memory: 16
|
13 |
python_packages:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
---
|
21 |
|
22 |
# Math Derivative Solver (Test Space)
|
@@ -41,4 +41,4 @@ This Space tests our newly trained math model for solving derivatives. We're usi
|
|
41 |
|
42 |
- 8-bit quantization for efficient inference
|
43 |
- GPU acceleration with T4
|
44 |
-
- 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 |
+
- scipy>=1.11.0
|
20 |
---
|
21 |
|
22 |
# Math Derivative Solver (Test Space)
|
|
|
41 |
|
42 |
- 8-bit quantization for efficient inference
|
43 |
- GPU acceleration with T4
|
44 |
+
- LaTeX notation support
|