Skip to content

Commit

Permalink
Use blaze linux runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Apr 13, 2024
1 parent 6ecad2e commit 41b67d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [blaze/macos-14, ubuntu-latest, windows-latest]
os: [blaze/macos-14, blaze/ubuntu-latest, windows-latest]
rust: [stable]
backend: ["ndarray", "wgpu", "torch"]
include:
Expand Down
6 changes: 0 additions & 6 deletions src/transformers/clip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,6 @@ mod tests {

#[test]
fn test_init_text_embeddings() {
// This test is known to fail on WGPU using mesa on a Linux Github CI.
#[cfg(all(feature = "std", target_os = "linux", feature = "wgpu"))]
if std::env::var("CI").is_ok() {
return;
}

let device = Default::default();
let clip_config = ClipConfig::v1_5();
let text_embeddings: ClipTextEmbeddings<TestBackend> =
Expand Down

0 comments on commit 41b67d2

Please sign in to comment.