solresol / wordplanes

Are many of our word vectors actually expressible as planes in 2D space?
1 stars 0 forks source link

[Sweep GHA Fix] The GitHub Actions run failed with... #20

Closed sweep-ai[bot] closed 10 months ago

sweep-ai[bot] commented 10 months ago

Description

This pull request includes changes to the .github/workflows/build.yml and scripts/download_word2vec.sh files. The changes add a GitHub Actions workflow for building the project and downloading the word2vec file. The workflow is triggered on push and pull request events. The build.yml file sets up the Python 3.8 environment, caches the word2vec file, and downloads the word2vec file if it doesn't exist. The download_word2vec.sh script is updated to download the word2vec file from a different URL.

Summary

sweep-ai[bot] commented 10 months ago

Apply Sweep Rules to your PR?

sweep-ai[bot] commented 10 months ago
Sweeping Fixing PR: track the progress here.

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:51-- https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.217.18.118, 54.231.128.88, 52.216.49.88, ... Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.217.18.118|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-01-07 05:22:51 ERROR 404: Not Found. ```

Created Pull Request: https://github.com/solresol/wordplanes/pull/27