Closed sweep-ai[bot] closed 10 months ago
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` The command: Run if [ ! -d "~/word2vec" ]; then yielded the following error: ##[error]Process completed with exit code 8. Here are the logs: --2024-01-07 05:27:12-- https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.217.173.160, 52.217.193.40, 52.216.52.40, ... Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.217.173.160|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-01-07 05:27:12 ERROR 404: Not Found. ```
Making changes according to plan... (step 3/3)
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` The command: Run if [ ! -d "~/word2vec" ]; then yielded the following error: ##[error]Process completed with exit code 8. Here are the logs: --2024-01-07 05:27:11-- https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.217.171.88, 52.217.226.216, 52.216.43.48, ... Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.217.171.88|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-01-07 05:27:12 ERROR 404: Not Found. ```
Currently fetching files... (step 1/3)
Description
This pull request includes changes to the
.github/workflows/build.yml
andscripts/download_word2vec.sh
files. The changes add a GitHub Actions workflow for building the project and downloading the word2vec file.Summary