Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/CodeQL Analysis.yml
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion .github/agent.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

8 changes: 4 additions & 4 deletions ai-projects/lora-training/quantum-ai/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ azure-quantum>=3.10.0
azure-identity>=1.25.3

# Deep learning frameworks
torch>=2.12.1
torchvision>=0.27.1
torch>=2.13.0
torchvision>=0.28.0

# Classical ML
scikit-learn>=1.9.0
Expand All @@ -34,7 +34,7 @@ ipywidgets>=8.1.8
# Configuration and utilities
pyyaml>=6.0.3
python-dotenv>=1.2.2
tqdm>=4.68.3
tqdm>=4.68.4

# Testing
pytest>=9.1.1
Expand All @@ -44,7 +44,7 @@ pytest-mock>=3.15.1
# Code quality
black>=26.5.1
flake8>=7.3.0
mypy>=2.1.0
mypy>=2.2.0

# Additional quantum ML libraries (optional)
# pennylane>=0.32.0
Expand Down
Loading