mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Complete quantum-hybrid environment submission
This commit is contained in:
parent
c189fc3351
commit
39415d299e
4 changed files with 631 additions and 0 deletions
32
environments/hack0/env_quant/requirements.txt
Normal file
32
environments/hack0/env_quant/requirements.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Core dependencies
|
||||
torch>=2.0.0
|
||||
numpy>=1.21.0
|
||||
transformers>=4.21.0
|
||||
datasets>=2.0.0
|
||||
pydantic>=1.10.0
|
||||
|
||||
# Quantum computing
|
||||
pennylane>=0.30.0
|
||||
|
||||
# Experiment tracking
|
||||
wandb>=0.15.0
|
||||
|
||||
# API and async dependencies
|
||||
aiofiles>=24.1.0
|
||||
httpx>=0.28.0
|
||||
httpcore>=1.0.0
|
||||
uvloop>=0.21.0
|
||||
websockets>=15.0.0
|
||||
tenacity>=9.1.0
|
||||
|
||||
# Atropos framework dependencies
|
||||
# Note: Install atroposlib separately following their installation guide
|
||||
|
||||
# Optional: For better performance
|
||||
# accelerate>=0.20.0
|
||||
# torch-audio # If using audio features
|
||||
|
||||
# Development dependencies (optional)
|
||||
# pytest>=7.0.0
|
||||
# black>=22.0.0
|
||||
# flake8>=5.0.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue