Skip to content

Commit

Permalink
remove nn bench dependencies and env yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Jan 25, 2024
1 parent b50b591 commit 5f5273c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 212 deletions.
44 changes: 0 additions & 44 deletions conda/environments/bench_ann_cuda-118_arch-aarch64.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions conda/environments/bench_ann_cuda-118_arch-x86_64.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions conda/environments/bench_ann_cuda-120_arch-aarch64.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions conda/environments/bench_ann_cuda-120_arch-x86_64.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ files:
- test_python_common
- test_cuvs
- cupy
bench_ann:
output: conda
matrix:
cuda: ["11.8", "12.0"]
arch: [x86_64, aarch64]
includes:
- build
- develop
- cudatoolkit
- nn_bench
- nn_bench_python
test_cpp:
output: none
includes:
Expand Down Expand Up @@ -81,20 +70,6 @@ files:
- test_python_common
- test_cuvs
- cupy
py_build_cuvs_bench:
output: pyproject
pyproject_dir: python/cuvs-bench
extras:
table: build-system
includes:
- build_wheels
py_run_cuvs_bench:
output: pyproject
pyproject_dir: python/cuvs-bench
extras:
table: project
includes:
- nn_bench_python
channels:
- rapidsai
- rapidsai-nightly
Expand Down Expand Up @@ -194,25 +169,6 @@ dependencies:
packages:
- clang==16.0.6
- clang-tools=16.0.6
nn_bench:
common:
- output_types: [conda, pyproject, requirements]
packages:
- hnswlib=0.7.0
- nlohmann_json>=3.11.2
- glog>=0.6.0
- h5py>=3.8.0
- benchmark>=1.8.2
- openblas
- *rmm_conda
nn_bench_python:
common:
- output_types: [conda]
packages:
- matplotlib
- pandas
- pyyaml
- pandas

cudatoolkit:
specific:
Expand Down

0 comments on commit 5f5273c

Please sign in to comment.