Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sap-samples/btp-running-language-models

This repository contains different code examples around the topic of language models on SAP BTP.
https://github.com/sap-samples/btp-running-language-models

ai language-model llm python sample sample-code sap-btp

Last synced: about 1 month ago
JSON representation

This repository contains different code examples around the topic of language models on SAP BTP.

Awesome Lists containing this project

README

        

# Running Language Models on SAP BTP

This repository contains different code examples around the topic of language models on BTP.

![image](https://github.com/SAP-samples/btp-running-language-models/assets/43045151/2e898963-4933-485c-bdc2-481c3b9b254b)

With the rapid release of new language models, it is challenging to keep track. The latest language model that will be particularly interesting in the context of SAP AI Core is Llama2, with 7 billion parameters. The performance increase compared to other models in the category of 16gb VRAM and below is astonishing, in my opinion. This installment of the series “Running Language Models” will demonstrate the deployment of Llama2 and models of similar size on SAP BTP.

/llama2-on-ai-core - Code to the Blog Post [https://blogs.sap.com/2023/07/28/running-language-models-deploy-llama2-7b-on-ai-core/](https://blogs.sap.com/2023/07/28/running-language-models-deploy-llama2-7b-on-ai-core/)

## How to obtain support
[Create an issue](https://github.com/SAP-samples/running-language-models/issues) in this repository if you find a bug or have questions about the content.

For additional support, [ask a question in SAP Community](https://answers.sap.com/questions/ask.html).

## Contributing
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).

## License
Copyright (c) 2023 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.