Skip to content

Commit

Permalink
Remove haystack inference, comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HallerPatrick committed Aug 2, 2023
1 parent b44a060 commit fd5decf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
datasets
farm-haystack>=1.18.0
farm-haystack[inference]
spacy
loguru
2 changes: 2 additions & 0 deletions tests/test_dataset_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def setUp(self) -> None:
"text": ["This movie is great!", "This movie is bad!"],
"label": ["positive", "negative"]
})

# We are using dummy respones here, because we are not testing the LLM itself.
self.generator = DatasetGenerator(None)

def test_simple_generation(self):
Expand Down

0 comments on commit fd5decf

Please sign in to comment.