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

QOL: Fail config validation if a user tries to use ECD with a text output feature and an LLM encoder. #3792

Merged
merged 11 commits into from
Jan 3, 2024

Conversation

justinxzhao
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Nov 28, 2023

Unit Test Results

  6 files  ±0    6 suites  ±0   13m 48s ⏱️ -15s
12 tests ±0    9 ✔️ ±0    3 💤 ±0  0 ±0 
60 runs  ±0  42 ✔️ ±0  18 💤 ±0  0 ±0 

Results for commit 6b1e199. ± Comparison against base commit 7e34450.

♻️ This comment has been updated with latest results.

if config.input_features[0].type != TEXT:
return

if (
Copy link
Collaborator

Choose a reason for hiding this comment

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

❤️

Copy link
Collaborator

@alexsherstinsky alexsherstinsky left a comment

Choose a reason for hiding this comment

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

@justinxzhao If you would like to implement the suggestions, that would be great (approving anyway, if you deem it good enough). Thank you!

Copy link
Contributor

@arnavgarg1 arnavgarg1 left a comment

Choose a reason for hiding this comment

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

Looks like a reasonable change!

@arnavgarg1 arnavgarg1 merged commit c91e7b7 into master Jan 3, 2024
18 checks passed
@arnavgarg1 arnavgarg1 deleted the fast_fail_ecd_ branch January 3, 2024 20:27
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.

4 participants