3 Large language model operations: Building a platform for LLMs
This chapter covers
- An overview of large language model operations
- Deployment challenges
- Large language model best practices
- Required large language model infrastructure
Before anything else, preparation is the key to success.
As we learned in the last chapter, when it comes to transformers and natural language processing (NLP), bigger is better, especially when it’s linguistically informed. However, bigger models come with bigger challenges because of their size, regardless of their linguistic efficacy, thus requiring us to scale up our operations and infrastructure to handle these problems. In this chapter, we’ll be looking into exactly what those challenges are, what we can do to minimize them, and what architecture can be set up to help solve them.