-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
32 lines (27 loc) · 1.07 KB
/
requirements.txt
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
# Triggering a new workflow run with a trivial change
# Core dependencies
jax>=0.2.13 # Compatible with Python 3.7-3.9, for 3.10+ compatibility, check the latest version
jaxlib>=0.1.68 # Compatible with Python 3.7-3.9, for 3.10+ compatibility, check the latest version
chex>=0.1.86
dm-haiku
fairscale
flax
numpy>=1.21.4 # Compatible with Python 3.7-3.12
optax
scipy>=1.7.3 # Compatible with Python 3.7-3.12
transformers>=4.12.0 # Compatible with Python 3.7-3.12
gym
whisper
-e .
# TensorFlow and PyTorch dependencies for compatibility
tensorflow>=2.7.0 # Compatible with Python 3.7-3.12
torch>=1.10.0 # Compatible with Python 3.7-3.12
# Additional dependencies for new features
# For advanced mathematical operations and problem generation
sympy>=1.9 # Compatible with Python 3.7-3.12
# For reinforcement learning through Q-learning algorithm
stable-baselines3>=1.3.0 # Compatible with Python 3.7-3.12
# For text-to-video generation
moviepy>=1.0.3 # Compatible with Python 3.7-3.12
# For image-to-text and text-to-image generation
Pillow>=8.4.0 # Compatible with Python 3.7-3.12