Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers
|
| 2 |
+
langchain
|
| 3 |
+
snowflake-sqlalchemy
|
| 4 |
+
langchain-community
|
| 5 |
+
replicate
|
| 6 |
+
streamlit
|
| 7 |
+
snowflake-ml-python
|
| 8 |
+
snowflake-snowpark-python
|
| 9 |
+
deepspeed
|
| 10 |
+
huggingface_hub
|
| 11 |
+
hf_transfer
|
| 12 |
+
snowflake-connector-python
|