July 2023 Summaries
3 posts from Lambda
Filter
Month:
Year:
Post Summaries
Back to Blog
This project allows users to upload a PDF and engage in Q&A sessions about its contents, utilizing open-source LLMs. The application is built on top of Falcon, Chroma, and langchain, enabling seamless streaming of answers and supporting concurrent users. Users can choose from two modes for question-answering: Basic Mode for straightforward questions and Conversational Mode for more complex queries with historical context. The project uses fine-tuned Falcon models, including the 7B model, which can be hosted on a 24GB GPU machine, and provides features such as repetition penalty and randomness control to enhance the answering process. The application is open-source, requiring no OpenAI API Key, and can be launched from a local machine or hosted on Lambda Cloud for demonstration purposes.
Jul 24, 2023
512 words in the original blog post.
This blog post provides instructions on how to fine tune Meta's Llama 2 models on Lambda Cloud, a low-cost ($0.60/hr) A10 GPU machine, making it accessible for researchers and developers to train large language models without significant upfront costs. The process involves requesting access to the models from Meta and Hugging Face, spinning up a GPU machine, setting up an environment with necessary Python packages and libraries, logging into Hugging Face on CLI, and fine-tuning the model using a simple command. The author provides benchmarks showing that using a larger GPU like an A100 can significantly increase the samples/sec rate, making it suitable for more complex tasks.
Jul 20, 2023
621 words in the original blog post.
To build a large-scale NVIDIA H100 cluster, several key considerations must be taken into account, including GPU selection and quantity, data requirements, consumption patterns, tooling needs, and questions to ask potential providers. Companies should gather information on model sizes, training jobs, data distribution, and idle times to understand the scope of their solution. Providers offer three primary models: on-premises, hosted, or cloud-based solutions, each with its own financial considerations and capabilities. It is essential to assess a provider's design, delivery, and support experience, as well as their technology for maximizing GPU throughput and ensuring data access, to ensure the health and uptime of the solution.
Jul 13, 2023
845 words in the original blog post.