Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken linting #1541

Merged
merged 4 commits into from
Apr 19, 2024
Merged

fix broken linting #1541

merged 4 commits into from
Apr 19, 2024

Conversation

winglian
Copy link
Collaborator

something snuck through that broke the linting

@winglian
Copy link
Collaborator Author

updated the workflow regexes to lint when example yaml are updated too

@@ -96,7 +96,9 @@ def fixture_multi_role_dataset():

@pytest.fixture(name="tokenizer")
def fixture_tokenizer():
tokenizer = AutoTokenizer.from_pretrained("mistralai/Mistral-7B-v0.1")
tokenizer = AutoTokenizer.from_pretrained(
"casperhansen/mistral-7b-instruct-v0.1-awq"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use a consistent repo (aka LoneStriker/Mixtral-8x7B-v0.1-HF above?

@winglian winglian merged commit c10563c into main Apr 19, 2024
7 checks passed
@winglian winglian deleted the lint-fixes-20240418 branch August 16, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants