Skip to content

Commit

Permalink
Add GLiNER #862
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Jan 31, 2025
1 parent 13bafb0 commit 2b6aa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

extras["pipeline-llm"] = ["litellm>=1.37.16", "llama-cpp-python>=0.2.75"]

extras["pipeline-text"] = ["sentencepiece>=0.1.91", "staticvectors>=0.2.0"]
extras["pipeline-text"] = ["gliner>=0.2.16", "sentencepiece>=0.1.91", "staticvectors>=0.2.0"]

extras["pipeline-train"] = [
"accelerate>=0.26.0",
Expand Down

0 comments on commit 2b6aa5f

Please sign in to comment.