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: Automated Preset Docker Image Building #57

Merged
merged 203 commits into from
Oct 17, 2023
Merged

feat: Automated Preset Docker Image Building #57

merged 203 commits into from
Oct 17, 2023

Conversation

ishaansehgal99
Copy link
Collaborator

@ishaansehgal99 ishaansehgal99 commented Oct 4, 2023

This PR introduces a new standardized docker image for building all six llama models. Like so:

Build text completion model

# docker build \
#   --build-arg LLAMA_VERSION=llama-2-7b \
#   --build-arg SRC_DIR=pkg/presets/llama-2 \
#   -t llama-2-7b:latest .

Build chat completion model

# docker build \
#   --build-arg LLAMA_VERSION=llama-2-7b-chat \
#   --build-arg SRC_DIR=pkg/presets/llama-2-chat \
#   -t llama-2-7b-chat:latest .

This PR also defines github action for building and pushing llama and falcon models via az acr build service and git action

@ishaansehgal99 ishaansehgal99 marked this pull request as ready for review October 5, 2023 00:00
@Fei-Guo Fei-Guo merged commit 575c97c into main Oct 17, 2023
4 of 6 checks passed
@Fei-Guo Fei-Guo deleted the auto-image-build branch October 17, 2023 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants