-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use HF generate for inference (#261)
- Loading branch information
Showing
3 changed files
with
61 additions
and
88 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# Copyright 2022 MosaicML Examples authors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
from examples.llm.inference.inference import (MosaicGPTInference, | ||
get_mosaicgpt_inference_model) | ||
from examples.llm.inference.inference import get_mosaicgpt_inference_model | ||
|
||
__all__ = [ | ||
'MosaicGPTInference', | ||
'get_mosaicgpt_inference_model', | ||
] |
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