-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ppl w8a8 support splitfuse mode. (#437)
use w8a8 + splitfuse mode start a llama2 7b servers. input: data = { 'inputs': 'San Francisco is a', 'parameters' : { 'do_sample': False, } } output: {'generated_text': ['city in California, United States. Unterscheidung between the two is not always clear-'], 'count_output_tokens': 16, 'finish_reason': 'length'} test function is ok. --------- Co-authored-by: wangzaijun <[email protected]> Co-authored-by: shihaobai <[email protected]>
- Loading branch information
1 parent
7609618
commit a47942e
Showing
2 changed files
with
30 additions
and
1 deletion.
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