-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Organize Inference Files - Part 1 (#216)
This is the first part towards the new inference pipeline - organizing inference files into their own folder. This way we can easier trigger build pipelines (edits to presets/models/inference) as well as maintain/add new types of inference
- Loading branch information
1 parent
d334f26
commit ecc56d1
Showing
11 changed files
with
208 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
20 changes: 10 additions & 10 deletions
20
presets/models/llama2chat/inference-api.py → ...ls/inference/llama2-chat/inference-api.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
presets/models/llama2/inference-api.py → ...erence/llama2-completion/inference-api.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.