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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ These are the main requirements for the SILNLP code to run on a local machine. S
71
71
MINIO_ACCESS_KEY=xxxxxxxxx
72
72
MINIO_SECRET_KEY=xxxxxxx
73
73
```
74
+
* Include SIL_NLP_DATA_PATH="/silnlp" if you are not using B2 or MinIO and will be storing files locally.
74
75
* If you do not intend to use SILNLP with ClearML and/or B2/MinIO, you can leave out the respective variables. If you need to generate ClearML credentials, see [ClearML setup](clear_ml_setup.md).
75
76
* Note that this does not give you direct access to a B2 or MinIO bucket from within the Docker container, it only allows you to run scripts referencing files in the bucket.
76
77
@@ -143,6 +144,7 @@ These are the main requirements for the SILNLP code to run on a local machine. S
143
144
MINIO_ACCESS_KEY=xxxxxxxxx
144
145
MINIO_SECRET_KEY=xxxxxxx
145
146
```
147
+
* Include SIL_NLP_DATA_PATH="/silnlp" if you are not using B2 or MinIO and will be storing files locally.
146
148
* If you need to generate ClearML credentials, see [ClearML setup](clear_ml_setup.md).
147
149
* Note that this does not give you direct access to a B2 or MinIO bucket from within the Docker container, it only allows you to run scripts referencing files in the bucket.
148
150
* For instructions on how to permanently set up environment variables for your operating system, see the corresponding section under the Development Environment Setup header below.
Copy file name to clipboardExpand all lines: bucket_setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ We use Backblaze B2 and MinIO storage for storing our experiment data. Here is s
4
4
5
5
### Note For MinIO setup
6
6
7
-
In order to access the MinIO bucket locally, you must have a VPN connected to its network.
7
+
In order to access the MinIO bucket locally, you must have a VPN connected to its network. If you need VPN access, please reach out to an SILNLP dev team member.
Copy file name to clipboardExpand all lines: manual_setup.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ See [ClearML setup](clear_ml_setup.md).
89
89
90
90
### Additional Environment Variables
91
91
* Set the following environment variables with your respective credentials: CLEARML_API_ACCESS_KEY, CLEARML_API_SECRET_KEY, B2_KEY_ID, B2_APPLICATION_KEY, MINIO_ACCESS_KEY, MINIO_SECRET_KEY.
92
+
* Set SIL_NLP_DATA_PATH to "/silnlp" if you are not using B2 or MinIO and will be storing files locally.
92
93
* Set CLEARML_API_HOST to "https://api.sil.hosted.allegro.ai".
93
94
* Set B2_ENDPOINT_URL to https://s3.us-east-005.backblazeb2.com
94
95
* Set MINIO_ENDPOINT_URL to https://truenas.psonet.languagetechnology.org:9000
0 commit comments