You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 1.0.0: Changed to local model storage (#208)
* Refactoring/#146 use new model save functionality (#186)
* switched use to huggingface transfer save pretrained version
* changed to load local model
* removed download sample model fixture because of duplication
* #147: Removed huggingface token from model loading (#203)
* removed token_conn everywhere except model download and tests
* removed token_conn from relevant tests
* Documentation improvements (#199)
* Prepared release 1.0.0 (#206)
Co-authored-by: Torsten Kilias <torsten.kilias@exasol.com>
The wheel should be installed in `transformers-extension/dist`. After updating and building a new release
33
+
there may be multiple wheels installed here. This leads to problems, so check and delete the old wheels if necessary.
34
+
You may also need to check
35
+
`transformers-extension/language_container/exasol_transformers_extension_container/flavor_base/release/dist` for the same reason.
30
36
31
37
### Run Tests
32
38
All unit and integration tests can be run within the Poetry environment created
@@ -42,6 +48,8 @@ Start a test database and run integration tests:
42
48
poetry run nox -s integration_tests
43
49
```
44
50
51
+
You can find more information regarding the tests in the [Tests](#tests) section below
52
+
45
53
## Add Transformer Tasks
46
54
In the transformers-extension library, the 8 most popular NLP tasks provided by
47
55
[Transformers API](https://huggingface.co/docs/transformers/index) have already
@@ -126,3 +134,21 @@ Currently, the CodeBuild project is managed manually and is triggered with a web
126
134
For this our aws-ci user is added to this Repository. The webhook can be configured in the AWS CodeBuild
127
135
project directly.
128
136
The CodeBuild project also uses our DockerHub user for the build. For this it has access to the AWS SecretsManager.
137
+
138
+
139
+
#### 3. Release download test
140
+
141
+
After you do a Release on the project, you may want to trigger the [SLC Download Test](https://github.com/exasol/transformers-extension/blob/8f57d1f0ca3f95a2d3edc9b84e8dd779aa6093d8/tests/integration_tests/with_db/deployment/test_language_container_deployer_cli.py#L117)
142
+
to make sure the new SLC is uploaded and correctly named.
143
+
**This is especially important if the naming convention of the SLC was changed!**
0 commit comments