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

Fix conda env names in distribution example run files #461

Closed
wants to merge 2 commits into from
Closed
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
2 changes: 1 addition & 1 deletion distributions/bedrock/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ built_at: '2024-11-01T17:40:45.325529'
image_name: local
name: bedrock
docker_image: null
conda_env: local
conda_env: bedrock
apis:
- shields
- agents
Expand Down
2 changes: 1 addition & 1 deletion distributions/fireworks/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
built_at: '2024-10-08T17:40:45.325529'
image_name: local
docker_image: null
conda_env: local
conda_env: fireworks
apis:
- shields
- agents
Expand Down
2 changes: 1 addition & 1 deletion distributions/meta-reference-gpu/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
built_at: '2024-10-08T17:40:45.325529'
image_name: local
docker_image: null
conda_env: local
conda_env: meta-reference-gpu
apis:
- shields
- agents
Expand Down
2 changes: 1 addition & 1 deletion distributions/meta-reference-quantized-gpu/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
built_at: '2024-10-08T17:40:45.325529'
image_name: local
docker_image: null
conda_env: local
conda_env: meta-reference-quantized-gpu
apis:
- shields
- agents
Expand Down
2 changes: 1 addition & 1 deletion distributions/ollama-gpu/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
built_at: '2024-10-08T17:40:45.325529'
image_name: local
docker_image: null
conda_env: local
conda_env: ollama
apis:
- shields
- agents
Expand Down
2 changes: 1 addition & 1 deletion distributions/ollama/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
built_at: '2024-10-08T17:40:45.325529'
image_name: local
docker_image: null
conda_env: local
conda_env: ollama
apis:
- shields
- agents
Expand Down
2 changes: 1 addition & 1 deletion distributions/tgi/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
built_at: '2024-10-08T17:40:45.325529'
image_name: local
docker_image: null
conda_env: local
conda_env: tgi
apis:
- shields
- agents
Expand Down
2 changes: 1 addition & 1 deletion distributions/together/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
built_at: '2024-10-08T17:40:45.325529'
image_name: local
docker_image: null
conda_env: local
conda_env: together
apis:
- shields
- agents
Expand Down