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

Update instructor yamls #409

Merged
merged 4 commits into from
Jul 6, 2023
Merged
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
13 changes: 6 additions & 7 deletions examples/inference-deployments/instructor/instructor_large.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: instructor-large
gpu_num: 1
gpu_type: a100_40gb
image: mosaicml/inference:0.0.80
compute:
gpus: 1
gpu_type: a100_40gb
image: mosaicml/inference:29eb4d0
replicas: 1
command: |
cd examples
PYTHONPATH=.. uvicorn serve:app --host 0.0.0.0 --port 8080 || exit 1;
command:
export PYTHONPATH=/code/llm-foundry:/code/examples:/code
integrations:
- integration_type: git_repo
git_repo: mosaicml/examples
git_commit: 55e1bfcbe6984f970e4b951a2d373e0e68962a31
ssh_clone: false
- integration_type: pip_packages
packages:
Expand Down
13 changes: 6 additions & 7 deletions examples/inference-deployments/instructor/instructor_xl.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: instructor-xl
gpu_num: 1
gpu_type: a100_40gb
image: mosaicml/inference:0.0.80
compute:
gpus: 1
gpu_type: a100_40gb
image: mosaicml/inference:29eb4d0
replicas: 1
command: |
cd examples
PYTHONPATH=.. uvicorn serve:app --host 0.0.0.0 --port 8080 || exit 1;
command:
export PYTHONPATH=/code/llm-foundry:/code/examples:/code
integrations:
- integration_type: git_repo
git_repo: mosaicml/examples
git_commit: 55e1bfcbe6984f970e4b951a2d373e0e68962a31
ssh_clone: false
- integration_type: pip_packages
packages:
Expand Down