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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Azure Machine Learning SDK
azure-ai-ml>=1.34.0
azure-ai-ml>=1.34.1
azure-identity>=1.25.3
azure-core>=1.41.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Core ML frameworks
torch>=2.13.0
transformers>=5.13.0
transformers>=5.14.1
peft>=0.19.1
datasets>=5.0.0
accelerate>=1.14.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ seaborn>=0.13.2
scipy>=1.18.0

# Model serving & deployment
fastapi>=0.139.0
fastapi>=0.139.2
uvicorn[standard]>=0.51.0
pydantic>=2.13.4

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fine-tuning requirements for microsoft_phi-silica-3.6_v1
pyyaml>=6.0.3
datasets>=5.0.0
transformers>=5.13.0
transformers>=5.14.1
peft>=0.19.1
accelerate>=1.14.0
tqdm>=4.68.4
Expand Down
Loading