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

Implement Llama, Mistral, and GPT-NeoX transformer variants. #43

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

copybara-service[bot]
Copy link

Implement Llama, Mistral, and GPT-NeoX transformer variants.

Adds support for Llama, Mistral, and GPT-NeoX transformer models.
These models can be converted from their corresponding pretrained
model classes from HuggingFace's transformers library (the
XForCausalLM classes).

Also adds tests to ensure that the converted versions are consistent
with the HuggingFace implementations.

Adds support for Llama, Mistral, and GPT-NeoX transformer models.
These models can be converted from their corresponding pretrained
model classes from HuggingFace's `transformers` library (the
`XForCausalLM` classes).

Also adds tests to ensure that the converted versions are consistent
with the HuggingFace implementations.

PiperOrigin-RevId: 646641185
@copybara-service copybara-service bot merged commit f78dc22 into main Jun 25, 2024
@copybara-service copybara-service bot deleted the test_646323444 branch June 25, 2024 23:11
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.

1 participant