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... #40

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.

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: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)

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: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)