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:21:47-- https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz Resolving s3.amazonaws.com (s3.amazonaws.com)... 54.231.140.232, 16.182.33.176, 16.182.37.48, ... Connecting to s3.amazonaws.com (s3.amazonaws.com)|54.231.140.232|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-01-07 05:21:47 ERROR 404: Not Found. ```
✨ Created Pull Request: https://github.com/solresol/wordplanes/pull/25
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:21:55-- https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.217.120.224, 52.217.117.208, 54.231.134.160, ... Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.217.120.224|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-01-07 05:21:56 ERROR 404: Not Found. ```
✨ Created Pull Request: https://github.com/solresol/wordplanes/pull/29
Description
This pull request includes changes to the build workflow and the download_word2vec.sh script. The build workflow has been added to the .github/workflows/build.yml file, and the download_word2vec.sh script has been created.
Summary