Skip to content

Commit

Permalink
Merge pull request #336 from vespa-engine/tgm/ranking-framework
Browse files Browse the repository at this point in the history
Experimental ranking framework
  • Loading branch information
thigm85 authored May 30, 2022
2 parents 99459cb + ae4a9e6 commit e2fe0a2
Show file tree
Hide file tree
Showing 8 changed files with 1,242 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def get_target_version():
"tenacity",
],
extras_require={
"ml": ["transformers", "torch"],
"full": ["transformers", "torch", "onnxruntime"],
"ml": ["transformers", "torch", "tensorflow", "tensorflow_ranking", "keras_tuner"],
"full": ["onnxruntime", "transformers", "torch", "tensorflow", "tensorflow_ranking", "keras_tuner"],
},
python_requires=">=3.6",
zip_safe=False,
Expand Down
Empty file added vespa/experimental/__init__.py
Empty file.
Loading

0 comments on commit e2fe0a2

Please sign in to comment.