Skip to content

Commit 5b4e9cd

Browse files
authored
Moving Phi-2 to HF provider (#89)
1 parent 9817770 commit 5b4e9cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

configs/phi-2/setup/project-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"label": "Enable gradient checkpointing:",
205205
"info": "Use gradient checkpointing. Recommended to save the memory.",
206206
"replaceToken": "<gradient_checkpointing>",
207-
"defaultValue": true,
207+
"defaultValue": false,
208208
"learnMore": "Can you tell me more about the Hugging Face trainer parameter gradient_checkpointing?"
209209
},
210210
{

index.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
"configPath": "olive-config.json",
4848
"workspaceTemplatePath": "configs/phi-2",
4949
"availabilityLocations": [
50+
{
51+
"providerType": "HuggingFace",
52+
"modelId": "microsoft/phi-2",
53+
"revision": "d3186761bf5c4409f7679359284066c25ab668ee"
54+
},
5055
{
5156
"providerType": "Azure",
5257
"modelId": "azureml://registries/azureml-msr/models/microsoft-phi-2/versions/2",

0 commit comments

Comments
 (0)