Skip to content

Commit

Permalink
Merge pull request #834 from JohnSnowLabs/fix-hub
Browse files Browse the repository at this point in the history
fix/hub params
  • Loading branch information
chakravarthik27 authored Oct 19, 2023
2 parents f9ba147 + eb60895 commit 174c0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langtest/langtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def __init__(
global GLOBAL_MODEL, GLOBAL_HUB
if not isinstance(model, list):
GLOBAL_MODEL = self.model
GLOBAL_HUB = self.hub
GLOBAL_HUB = hub

self._testcases = None
self._generated_results = None
Expand Down

0 comments on commit 174c0bd

Please sign in to comment.