File size: 446 Bytes
0e7ff76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Spacefile for math-llm-demo
configuration:
  name: math-llm-demo
  organization: Joash2024
  hardware:
    cpu: 2
    memory: 16
  system:
    python_version: "3.10"

sdk: gradio
sdk_version: 4.0.0
python_packages:
  - "torch>=2.0.0"
  - "transformers>=4.30.0"
  - "accelerate>=0.20.0"
  - "numpy>=1.21.0"

app_file: app.py
app_port: 7860

models:
  - "Alexis-Az/Math-Problem-LlaMA-3.2-1B-GGUF"
  - "Alexis-Az/Math-Problem-LlaMA-3.2-1.7B-GGUF"