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

New Release 2023.07.11 #96

Merged
merged 68 commits into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
2a1a612
moved PR from local to forked repo
Jun 8, 2023
44e6f18
Replaced imports
Jun 8, 2023
0ad10cc
Renamed PromptServiceInterface as PromptTemplateManager
Jun 12, 2023
6deabeb
Added test for PromptTemplateManager
Jun 12, 2023
deded49
Fixed linting with pre-commit
Jun 12, 2023
5efbf0f
Added test for from_watsonx logic
Jun 13, 2023
0126a83
Retry strategy and use semaphores to prevent a large number of tasks …
onkarbhardwaj Jun 14, 2023
d17d469
Dev example for retry-backoff
onkarbhardwaj Jun 14, 2023
2d0c597
Async generate now works with new options object, tokenize aligned wi…
Jun 14, 2023
5dd067b
Ran pre-commit
Jun 14, 2023
5176cc7
Merge remote-tracking branch 'IBM/develop' into feature/prompt-templa…
Jun 15, 2023
8ff0a05
Informative error messages in async generator and type change in GenA…
onkarbhardwaj Jun 23, 2023
5f9a2e0
update greedy examples removing incompatible params (#59)
mirianfsilva Jun 23, 2023
e898e2e
Fix/setup cfg (#49)
jpwsutton Jun 23, 2023
d2fef7a
Merge branch 'develop' into retry
onkarbhardwaj Jun 23, 2023
5e65be9
Update src/genai/options.py
vedem1192 Jun 26, 2023
5d3bfb7
Merge pull request #27 from vedem1192/feature/prompt-templating
vedem1192 Jun 26, 2023
9c4459c
Merge branch 'develop' into retry
mirianfsilva Jun 27, 2023
60f38af
docs: swapped modeltype to str, connected prompts to files
Jun 28, 2023
2c1e93a
docs: removed a line from connected prompt example
Jun 28, 2023
d17bf14
Fixing missing options argument in async_generator.py
onkarbhardwaj Jun 28, 2023
45ae7f6
dev example for retry: change function signature to include options
onkarbhardwaj Jun 29, 2023
e4069ea
fix: set temps for sampling mode to more than zero
moneill0 Jun 29, 2023
60effd7
add options - flaky async dev example
mirianfsilva Jun 29, 2023
0241d56
docs: swapped unavailable model, updated endpoint info on readme, upd…
Jun 29, 2023
03e600e
fix: removed params from greedy method
moneill0 Jun 29, 2023
2f8363d
Merge branch 'develop' into 63-Set_right_temp
moneill0 Jun 29, 2023
41c29f1
chore: updating package versions (#35)
jpwsutton Jun 15, 2023
7ebca81
git rebasing
moneill0 Jun 14, 2023
694359b
Updated readme with pre-requisites
moneill0 Jun 14, 2023
939db73
changed name of local server sphinx page
moneill0 Jun 14, 2023
ddcdb7b
fix: fixed lint issue
moneill0 Jun 15, 2023
4a36274
docs: changed link to docs, readme syntax
moneill0 Jun 16, 2023
11268a8
Open-source info updates (#31)
ameza13 Jun 19, 2023
fb6229b
fix: installing extensions for integration tests
jpwsutton Jun 20, 2023
d12099c
docs: example spelling fix, added api_url to readme
Jun 20, 2023
add449d
docs: fixed wrong url
Jun 20, 2023
610aabe
docs: updated links (#51)
jayolee Jun 21, 2023
ad22966
Removed async examples from integration testing
Jun 21, 2023
b9cf4ef
New Release (#60)
onkarbhardwaj Jun 23, 2023
366a7e7
Merge branch 'develop' into 63-Set_right_temp
moneill0 Jun 29, 2023
83d8f7a
Update examples/dev/async-flaky-request-handler.py
onkarbhardwaj Jun 29, 2023
1f0373a
Merge remote-tracking branch 'IBM/develop' into 63-Set_right_temp
moneill0 Jun 30, 2023
65835f2
Merge pull request #65 from moneill0/63-Set_right_temp
vedem1192 Jun 30, 2023
c5105c7
Merge pull request #36 from onkarbhardwaj/retry
vedem1192 Jun 30, 2023
22c2a1f
Merge pull request #64 from mirianfsilva/hotfix/async-examples
vedem1192 Jun 30, 2023
142a866
Merge pull request #62 from jayolee/24-docs-modeltype-to-str
vedem1192 Jun 30, 2023
adcdf03
pydantic version
onkarbhardwaj Jun 30, 2023
8f3a416
Merge pull request #68 from IBM/hotfix/pydantic-version
vedem1192 Jun 30, 2023
93d74dd
Revert "pydantic version fix"
vedem1192 Jun 30, 2023
2d75f03
Merge pull request #69 from IBM/revert-68-hotfix/pydantic-version
vedem1192 Jun 30, 2023
8c3291b
Added author and pydantic update
Jun 30, 2023
16fe2fc
Merge pull request #71 from IBM/main
vedem1192 Jun 30, 2023
2ed65ad
Merge pull request #70 from IBM/fix/pydantic-and-authors
vedem1192 Jun 30, 2023
5bb490e
Deprecation warning for ModelType class (#82)
vedem1192 Jul 10, 2023
0a3cea0
Feature/prompt tuning (#77)
onkarbhardwaj Jul 10, 2023
4bd3be4
Doc/open source doc updates3 (#79)
ameza13 Jul 10, 2023
e747124
Merge branch 'main' into develop
Jul 10, 2023
526847e
Fix/move example (#86)
vedem1192 Jul 10, 2023
f4d8016
Merge branch 'develop' of github.com:IBM/ibm-generative-ai into develop
Jul 10, 2023
055b8d4
Fix/metadata return (#88)
vedem1192 Jul 10, 2023
8276a00
Merge branch 'develop' of github.com:IBM/ibm-generative-ai into develop
Jul 10, 2023
bfc329c
Fix/docs params (#89)
vedem1192 Jul 10, 2023
43a596c
Merge branch 'develop' of github.com:IBM/ibm-generative-ai into develop
Jul 10, 2023
9a4668e
New Release 07.10.2023 (#87) (#92)
vedem1192 Jul 10, 2023
964a6de
Merge branch 'main' into develop
vedem1192 Jul 10, 2023
399e1ce
Release v0.2.1 (#93) (#94)
vedem1192 Jul 10, 2023
4691856
docs: added tunes and files schemas
Jul 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Files
==================================

.. automodule:: genai.schemas.files_params
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions documentation/docs/source/rst_source/genai.schemas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ Submodules
genai.schemas.models
genai.schemas.responses
genai.schemas.token_params
genai.schemas.tunes_params
genai.schemas.files_params
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Tunes
==================================

.. automodule:: genai.schemas.tunes_params
:members:
:undoc-members:
:show-inheritance:
5 changes: 4 additions & 1 deletion examples/user/prompt_tuning/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
import time
from pathlib import Path

from datasets import load_dataset
try:
from datasets import load_dataset
except ImportError:
print("Install datasets: it is a pre-requisite to run this example")

try:
import pandas as pd
Expand Down
5 changes: 4 additions & 1 deletion examples/user/prompt_tuning/summarization.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
import time
from pathlib import Path

from datasets import load_dataset
try:
from datasets import load_dataset
except ImportError:
print("Install datasets: it is a pre-requisite to run this example")

try:
import pandas as pd
Expand Down