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:22:24-- https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz Resolving s3.amazonaws.com (s3.amazonaws.com)... 16.182.41.8, 52.217.116.72, 52.217.235.32, ... Connecting to s3.amazonaws.com (s3.amazonaws.com)|16.182.41.8|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-01-07 05:22:24 ERROR 404: Not Found. ```
✨ Created Pull Request: https://github.com/solresol/wordplanes/pull/24
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:22:30-- https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.217.44.198, 54.231.204.136, 52.216.216.128, ... Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.217.44.198|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-01-07 05:22:30 ERROR 404: Not Found. ```
✨ Created Pull Request: https://github.com/solresol/wordplanes/pull/35
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
.github/workflows/build.yml
for building the project.scripts/download_word2vec.sh
to download the word2vec file.