-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathenvironment_ai_gym.yml
More file actions
112 lines (97 loc) · 2.48 KB
/
environment_ai_gym.yml
File metadata and controls
112 lines (97 loc) · 2.48 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
name: ai_gym_env
channels:
- defaults
dependencies:
- python=3.10.16
- pip=24.2
- pip:
# === PyTorch Ecosystem ===
- torch==2.5.1
- torchvision==0.20.1
- torchaudio==2.5.1
- triton==3.1.0
# === Huggingface ===
- transformers==4.49.0
- accelerate==1.3.0
- peft==0.7.1
- bitsandbytes==0.45.1
- safetensors==0.5.2
- tokenizers==0.21.0
- sentencepiece==0.2.0
- huggingface-hub==0.27.1
# === LLM Inference ===
- vllm==0.7.2
- xformers==0.0.28.post3
- deepspeed==0.16.4
- llama-cpp-python==0.1.59
- outlines==0.1.11
- gguf==0.10.0
# === LangChain Stack ===
- langchain==0.3.13
- langchain-core==0.3.33
- langchain-community==0.3.13
- langchain-openai==0.3.3
- langchain-google-genai==2.0.7
- langchain-chroma==0.2.2
- langchain-experimental==0.3.4
- langchain-text-splitters==0.3.4
- langsmith==0.2.4
- chromadb==0.6.3
# === API Clients ===
- azure-identity
- openai==1.58.1
- google-generativeai==0.8.5
- google-cloud-translate==3.20.2
- bardapi==0.1.38
# === Web Frameworks ===
- fastapi==0.115.8
- uvicorn==0.34.0
- flask==2.2.3
- flask-login==0.6.2
- flask-sqlalchemy==3.0.3
- waitress==2.1.2
# === Data Science ===
- numpy==1.26.4
- pandas==1.5.3
- scipy==1.10.1
- scikit-learn==1.2.2
- matplotlib==3.7.1
- seaborn==0.13.2
- statsmodels==0.14.4
# === Jupyter / IPython ===
- jupyter
- ipython
- ipywidgets
# === Distributed Computing ===
- ray==2.42.1
# === Database ===
- sqlalchemy==1.4.47
# === Kubernetes ===
- kubernetes==32.0.1
# === Image Processing ===
- pillow==11.1.0
- opencv-python-headless==4.11.0.86
# === ML Utilities ===
- onnxruntime==1.20.1
- einops==0.8.1
- tiktoken==0.8.0
- modelscope==1.23.1
# === Utilities ===
- jsonlines
- prototxt_parser
- requests==2.28.2
- beautifulsoup4==4.12.2
- lxml==5.3.2
- pyyaml>=6.0
- python-dotenv==1.0.0
- tqdm==4.65.0
- rich==13.4.2
- click==8.1.8
- pydantic>=2.0
- networkx==3.0
# === Translation / Search ===
- deep-translator==1.11.1
- langdetect==1.0.9
- duckduckgo-search==8.0.0
# === Testing ===
- pytest==8.3.4