Skip to content

Commit

Permalink
Remove duplicates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed May 15, 2023
1 parent c19c4d3 commit 49ffc97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ def run(self):
+ extras["flax"]
+ extras["sentencepiece"]
+ extras["tokenizers"]
+ extras["safetensors"]
+ extras["torch-speech"]
+ extras["vision"]
+ extras["integrations"]
Expand All @@ -364,7 +363,6 @@ def run(self):
+ extras["torch"]
+ extras["sentencepiece"]
+ extras["tokenizers"]
+ extras["safetensors"]
+ extras["torch-speech"]
+ extras["vision"]
+ extras["integrations"]
Expand All @@ -383,7 +381,6 @@ def run(self):
+ extras["tf"]
+ extras["sentencepiece"]
+ extras["tokenizers"]
+ extras["safetensors"]
+ extras["vision"]
+ extras["quality"]
+ extras["docs_specific"]
Expand Down Expand Up @@ -414,7 +411,6 @@ def run(self):
"sentencepiece",
"torch",
"tokenizers",
"safetensors",
"tqdm",
)

Expand Down

0 comments on commit 49ffc97

Please sign in to comment.