GPT-J-6B endpoint
See original GitHub issueI’m kicking off a TRC
sub to see how far we can get with a custom GPT-J endpoint.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Deploy GPT-J 6B for inference using Hugging Face ...
Create model.tar.gz for the Amazon SageMaker real-time endpoint. Since we can load our model quickly and run inference on it let's deploy it ......
Read more >How to Build Your Own GPT-J Playground | by Heiko Hotz
Creating a web interface. Setting up EC2. Once the model is deployed on a SageMaker endpoint we can run inference request right there...
Read more >AWS Marketplace: GPT-J 6B (GPT-3) | Text Generation
For model deployment as Real-time endpoint in Amazon SageMaker, the software is priced based on hourly pricing that can vary by instance type....
Read more >Forefront: Powerful NLP Tools A Click Away
Use the standard GPT-J-6B model by EleutherAI or fine-tune on your dataset. ... Instantly use any of your models with an HTTP endpoint...
Read more >How to use GPT-3, GPT-J and GPT-NeoX, with few-shot learning
Below, we're showing you examples obtained using the GPT-J endpoint of NLP Cloud on GPU, with the Python client. If you want to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just going to leave this comment here for anyone with the same problem:
RuntimeError: Resource exhausted: Failed to allocate request for 32.00MiB (33554432B) on device ordinal 0: while running replica 0 and partition 0 of a replicated computation (other replicas may have failed as well).
Assuming that you’re following the fine-tune-guide from mesh-transformer-jax like I am, the problem is that the TPU has to be set up as v3-8 and not v2-8.
I wasted a whole day trying to figure out what I got wrong since I only know enough about code to copy paste error messages into the search bar. The author of the issue (avaer) is a genius for getting it to work somehow on a v2-8. Anyways, good luck out there.
Hosted inference on HF is a snap, pin the model to keep it running hot.
https://huggingface.co/bigscience/T0pp
https://huggingface.co/EleutherAI/gpt-j-6B