Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thoangtrvn authored Sep 27, 2024
1 parent 2ad672a commit 48e8197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ The pods are named using the convention `gen-pod-<id>` with `<id>` is a 2-letter

We don't want to copy data to pod via `kubectl cp` as it overloads K8s/OCP API Server. Data should be copied to S3 storage, e.g. IBM COS; and then download to mounted VPC storage.

Here, we only copy scripts file to each pod. The datalake library is copied as well to support operations with S3 storage.
Here, we only copy scripts file to each pod. The datalake library is copied as well to support operations with S3 storage. Therefore, you need to have the
gz file of this [library](https://github.ibm.com/Common-TimeSeries-Analytics-Library/datalake), e.g. `datalake-0.20.0.tar.gz`.

Before running this, we need to make sure we add the `HF_TOKEN` to `run_in_image.sh` script. This is needed to download the model from HF.

Expand Down

0 comments on commit 48e8197

Please sign in to comment.