Skip to content

Commit b2f1c7f

Browse files
authored
refactor: update test to check internet access for new model
1 parent 75d3bc7 commit b2f1c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_has_internet_access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
def test_has_internet_access():
77

88
assert all([
9-
has_internet_access('winstxnhdw/Mistral-7B-Instruct-v0.1-ct2-int8'),
9+
has_internet_access('winstxnhdw/zephyr-7b-beta-ct2-int8'),
1010
has_internet_access('winstxnhdw/bge-base-en-v1.5-ct2')
1111
]) is True

0 commit comments

Comments
 (0)