mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-11 14:25:14 +00:00
mpt pypi job
This commit is contained in:
parent
ca7cc57440
commit
9add5fa364
@ -170,13 +170,29 @@ workflows:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
#build-py-deploy:
|
build-py-deploy:
|
||||||
# jobs:
|
jobs:
|
||||||
#- build-py-linux
|
- build-py-linux:
|
||||||
#- build-py-macos
|
filters:
|
||||||
#- build-py-windows
|
branches:
|
||||||
#- store-and-upload-wheels:
|
only:
|
||||||
# requires:
|
- rguo123/mpt-python-bindings
|
||||||
# - build-py-windows
|
- build-py-macos:
|
||||||
# - build-py-linux
|
filters:
|
||||||
# - build-py-macos
|
branches:
|
||||||
|
only:
|
||||||
|
- rguo123/mpt-python-bindings
|
||||||
|
- build-py-windows:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- rguo123/mpt-python-bindings
|
||||||
|
- store-and-upload-wheels:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- rguo123/mpt-python-bindings
|
||||||
|
requires:
|
||||||
|
- build-py-windows
|
||||||
|
- build-py-linux
|
||||||
|
- build-py-macos
|
||||||
|
@ -186,6 +186,7 @@ class GPT4All():
|
|||||||
before user/assistant role messages.
|
before user/assistant role messages.
|
||||||
default_prompt_footer: If True (default), add default footer at end of prompt.
|
default_prompt_footer: If True (default), add default footer at end of prompt.
|
||||||
verbose: If True (default), print full prompt and generated response.
|
verbose: If True (default), print full prompt and generated response.
|
||||||
|
**generate_kwargs: Optional kwargs to pass to prompt context.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Response dictionary with:
|
Response dictionary with:
|
||||||
|
@ -61,7 +61,7 @@ copy_prebuilt_C_lib(SRC_CLIB_DIRECtORY,
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=package_name,
|
name=package_name,
|
||||||
version="0.2.0",
|
version="0.2.1",
|
||||||
description="Python bindings for GPT4All",
|
description="Python bindings for GPT4All",
|
||||||
author="Richard Guo",
|
author="Richard Guo",
|
||||||
author_email="richard@nomic.ai",
|
author_email="richard@nomic.ai",
|
||||||
|
Loading…
Reference in New Issue
Block a user