Skip to content

Commit

Permalink
Remove preview tag and add disable-batch for oss models (#3429)
Browse files Browse the repository at this point in the history
* Remove preview and add disable-batch

* fix duplicate tag

* undo the disable-batch change
  • Loading branch information
QianqianNie authored Oct 2, 2024
1 parent 17ff400 commit 4cb0fce
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion assets/models/system/Llama-2-13b-chat/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ properties:

tags:
Featured: ""
Preview: ""
author: Meta
license: custom
disable-batch: "true"
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/Llama-2-13b/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ properties:

tags:
Featured: ""
Preview: ""
author: Meta
license: custom
task: text-generation
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/Llama-2-70b-chat/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ properties:

tags:
Featured: ""
Preview: ""
author: Meta
license: custom
task: chat-completion
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/Llama-2-70b/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ properties:

tags:
Featured: ""
Preview: ""
author: Meta
license: custom
task: text-generation
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/Llama-2-7b-chat/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ properties:

tags:
Featured: ""
Preview: ""
license: custom
author: Meta
task: chat-completion
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/Llama-2-7b/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ properties:

tags:
Featured: ""
Preview: ""
author: Meta
license: custom
task: text-generation
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/Mistral-7B-Instruct-v0-1/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ properties:
languages: EN
tags:
Featured: ""
Preview: ""
SharedComputeCapacityEnabled: ""
disable-batch: "true"
hiddenlayerscanned: ""
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/Mistral-7B-Instruct-v0-2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ properties:
languages: EN
tags:
Featured: ""
Preview: ""
SharedComputeCapacityEnabled: ""
hiddenlayerscanned: ""
disable-batch: "true"
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/Mistral-7B-Instruct-v0-3/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ properties:
languages: EN
tags:
Featured: ""
Preview: ""
SharedComputeCapacityEnabled: ""
hiddenlayerscanned: ""
disable-batch: "true"
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/Mistral-7B-v0-1/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ properties:
languages: EN
tags:
Featured: ""
Preview: ""
SharedComputeCapacityEnabled: ""
hiddenlayerscanned: ""
huggingface_model_id: mistralai/Mistral-7B-v0.1
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/Mixtral-8x7B-v0-1/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ properties:
languages: EN
tags:
Featured: ''
Preview: ''
SharedComputeCapacityEnabled: ''
hiddenlayerscanned: ""
disable-batch: 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ properties:
languages: moe, fr, it, de, es, en
tags:
Featured: ''
Preview: ''
SharedComputeCapacityEnabled: ''
hiddenlayerscanned: ""
disable-batch: 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ properties:
languages: fr, it, de, es, en
tags:
Featured: ''
Preview: ''
SharedComputeCapacityEnabled: ''
hiddenlayerscanned: ""
disable-batch: 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ properties:
languages: moe, fr, it, de, es, en
tags:
Featured: ''
Preview: ''
SharedComputeCapacityEnabled: ''
hiddenlayerscanned: ""
disable-batch: 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ properties:
languages: EN
tags:
Featured: ''
Preview: ''
SharedComputeCapacityEnabled: ''
hiddenlayerscanned: ""
disable-batch: 'true'
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/phi-3-medium-128k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ tags:
licenseDescription: "Microsoft.\nCopyright (c) Microsoft Corporation.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
playgroundRateLimitTier: "low"
Featured: ""
Preview: ""
huggingface_model_id: ""
maas-inference: true
license: mit
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/phi-3-medium-4k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ tags:
licenseDescription: "Microsoft.\nCopyright (c) Microsoft Corporation.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
playgroundRateLimitTier: "low"
Featured: ""
Preview: ""
huggingface_model_id: ""
SharedComputeCapacityEnabled: ''
maas-inference: true
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/phi-3-mini-128k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ tags:
licenseDescription: "Microsoft.\nCopyright (c) Microsoft Corporation.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
playgroundRateLimitTier: "low"
Featured: ""
Preview: ""
huggingface_model_id: ""
maas-inference: true
license: mit
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/phi-3-mini-4k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ tags:
licenseDescription: "Microsoft.\nCopyright (c) Microsoft Corporation.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
playgroundRateLimitTier: "low"
Featured: ""
Preview: ""
maas-inference: true
huggingface_model_id: ""
SharedComputeCapacityEnabled: ''
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/phi-3-small-128k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ tags:
licenseDescription: "Microsoft.\nCopyright (c) Microsoft Corporation.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
playgroundRateLimitTier: "low"
Featured: ""
Preview: ""
maas-inference: true
huggingface_model_id: ""
SharedComputeCapacityEnabled: ''
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/phi-3-small-8k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ tags:
licenseDescription: "Microsoft.\nCopyright (c) Microsoft Corporation.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
playgroundRateLimitTier: "low"
Featured: ""
Preview: ""
maas-inference: true
huggingface_model_id: ""
license: mit
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/phi-3-vision-128k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ properties:
inference-recommended-sku: Standard_NC48ads_A100_v4, Standard_NC96ads_A100_v4, Standard_ND96amsr_A100_v4
tags:
Featured: ""
Preview: ""
huggingface_model_id: ""
license: mit
disable-batch: "true"
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/phi-3.5-mini-128k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ tags:
licenseDescription: "Microsoft.\nCopyright (c) Microsoft Corporation.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
playgroundRateLimitTier: "low"
Featured: ""
Preview: ""
huggingface_model_id: ""
maas-inference: "true"
license: mit
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/phi-3.5-moe-128k-instruct/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ tags:
licenseDescription: "Microsoft.\nCopyright (c) Microsoft Corporation.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
playgroundRateLimitTier: "low"
Featured: ""
Preview: ""
huggingface_model_id: ""
maas-inference: "true"
license: mit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ tags:
licenseDescription: "Microsoft.\nCopyright (c) Microsoft Corporation.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
playgroundRateLimitTier: "low"
Featured: ""
Preview: ""
huggingface_model_id: ""
maas-inference: "true"
license: mit
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/tiiuae-falcon-40b/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ properties:
inference-recommended-sku: Standard_ND40rs_v2, Standard_ND96asr_v4, Standard_ND96amsr_A100_v4
tags:
Featured: ''
Preview: ''
license: apache-2.0
SharedComputeCapacityEnabled: ''
task: text-generation
Expand Down
1 change: 0 additions & 1 deletion assets/models/system/tiiuae-falcon-7b/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ properties:
finetuning-tasks: text-classification
tags:
Featured: ""
Preview: ""
license: apache-2.0
SharedComputeCapacityEnabled: ""
task: text-generation
Expand Down

0 comments on commit 4cb0fce

Please sign in to comment.