Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Target Modules Env Variable and ETCD Cleanup #489

Merged
merged 14 commits into from
Jul 2, 2024
Prev Previous commit
Next Next commit
feat: Add remaining phi models
  • Loading branch information
ishaansehgal99 committed Jun 28, 2024
commit 6f8e96d8cae54f79fb40eee3f478ac073b40461e
34 changes: 33 additions & 1 deletion presets/models/supported_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,36 @@ models:
runtime: tfs
tag: 0.0.1
# Tag history:
# 0.0.1 - Initial Release
# 0.0.1 - Initial Release

- name: phi-3-small-8k-instruct
type: text-generation
version: https://huggingface.co/microsoft/Phi-3-small-8k-instruct/commit/69caae1f2acea34b26f535fecb1f2abb9a304695
runtime: tfs
tag: 0.0.1
# Tag history:
# 0.0.1 - Initial Release

- name: phi-3-small-128k-instruct
type: text-generation
version: https://huggingface.co/microsoft/Phi-3-small-128k-instruct/commit/f80aaa30bfc64c2b8ab214b541d9050e97163bc4
runtime: tfs
tag: 0.0.1
# Tag history:
# 0.0.1 - Initial Release

- name: phi-3-medium-4k-instruct
type: text-generation
version: https://huggingface.co/microsoft/Phi-3-medium-4k-instruct/commit/d194e4e74ffad5a5e193e26af25bcfc80c7f1ffc
runtime: tfs
tag: 0.0.1
# Tag history:
# 0.0.1 - Initial Release

- name: phi-3-medium-128k-instruct
type: text-generation
version: https://huggingface.co/microsoft/Phi-3-medium-128k-instruct/commit/cae1d42b5577398fd1be9f0746052562ae552886
runtime: tfs
tag: 0.0.1
# Tag history:
# 0.0.1 - Initial Release
Loading