generated from caikit/caikit-template
-
Notifications
You must be signed in to change notification settings - Fork 51
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: caikit/caikit-nlp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: caikit/caikit-nlp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 6 files changed
- 3 contributors
Commits on Aug 5, 2024
-
👷 Reclaim space on image build
Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5510f10 - Browse repository at this point
Copy the full SHA 5510f10View commit details -
Merge pull request #375 from evaline-ju/reclaim-space
👷 Reclaim space on image build
Configuration menu - View commit details
-
Copy full SHA for b28c2b1 - Browse repository at this point
Copy the full SHA b28c2b1View commit details
Commits on Aug 10, 2024
-
Update sentence-transformers and allow setting trust_remote_code
sentence-transformers APIs changed. This update allows 3.x (so far). The update is required to support some models. Most of the update is adding new params to be in sync with the super SentenceTransformer class. Most of these params are not used. Support is added to allow passing the trust_remote_code paramater. This can be done in the runtime config or with EMBEDDING_TRUST_REMOTE_CODE=true (or =1) environment variable. Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 41ac8ec - Browse repository at this point
Copy the full SHA 41ac8ecView commit details
Commits on Aug 12, 2024
-
tox.ini passenv PYTORCH_ENABLE_MPS_FALLBACK to run tests on Mac M3
Setting PYTORCH_ENABLE_MPS_FALLBACK=1 allows the tests to run on Mac MPS (M3). Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 3343d88 - Browse repository at this point
Copy the full SHA 3343d88View commit details -
Bump transformers and stop at <= 4.44.0
* Use >= 4.38.0 because that is the sentence-transformers min anyway. * Add <= 4.44.0 because 4.44.0 breaks our tests with errors like this: > `RuntimeError: The expanded size of the tensor (22) must match the existing size (30) at non-singleton dimension 2. Target sizes: [4, 22, 22]. Tensor sizes: [4, 1, 30]` Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for bcc1233 - Browse repository at this point
Copy the full SHA bcc1233View commit details -
Merge pull request #379 from markstur/sentence-transformers-3
Update sentence-transformers and allow setting trust_remote_code
Configuration menu - View commit details
-
Copy full SHA for 989cd45 - Browse repository at this point
Copy the full SHA 989cd45View commit details
There are no files selected for viewing