Skip to content

Commit

Permalink
fix: removed GPU test from speed test
Browse files Browse the repository at this point in the history
at least for the moment
  • Loading branch information
Your Name committed Jan 31, 2024
1 parent ec07680 commit a7600bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ test-encode-task.json
docs/model_results/*
model_results/*
docs/model_results.json
speed_test.py
2 changes: 1 addition & 1 deletion src/seb/full_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run_speed_benchmark(
Run the speed benchmark.
"""
models: list[EmbeddingModel] = get_all_models()
tasks = [CPUSpeedTask(), GPUSpeedTask()] # type: ignore
tasks = [CPUSpeedTask()] # type: ignore

if use_cache:
logger.warn(
Expand Down

0 comments on commit a7600bd

Please sign in to comment.