Create config.yaml
Browse files- config.yaml +21 -0
config.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
compute:
|
| 2 |
+
accelerator: null
|
| 3 |
+
instance_type: CPU
|
| 4 |
+
environment_variables: []
|
| 5 |
+
model:
|
| 6 |
+
parameters:
|
| 7 |
+
temperature: 1.0
|
| 8 |
+
top_p: 1.0
|
| 9 |
+
max_tokens: 2048
|
| 10 |
+
python_packages:
|
| 11 |
+
- streamlit==1.31.0
|
| 12 |
+
- pandas==2.1.4
|
| 13 |
+
- numpy==1.26.2
|
| 14 |
+
- requests==2.31.0
|
| 15 |
+
- folium==0.15.1
|
| 16 |
+
- streamlit-folium==0.15.0
|
| 17 |
+
- plotly==5.18.0
|
| 18 |
+
- python-dotenv==1.0.0
|
| 19 |
+
- geopy==2.4.1
|
| 20 |
+
python_version: 3.9
|
| 21 |
+
sdk_version: 0.0.1
|