Difference between revisions of "Llama"
Jump to navigation
Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|llama}} |{{#vardefine:url|https://github.com/meta-llama/llama-recipes}} <!--CONFIGURATION: OPTIONAL (|...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | {{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | ||
− | + | This module aims to provide a scalable library for fine-tuning Meta Llama models, which can help users quickly get started with using the models in various use cases. This includes fine-tuning for domain adaptation and building LLM-based applications with Meta Llama and other tools in the LLM ecosystem. The module can also showcase how to run Meta Llama locally, in the cloud, and on-premises. | |
<!--Modules--> | <!--Modules--> | ||
Line 25: | Line 25: | ||
==System Variables== | ==System Variables== | ||
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | ||
+ | * HPC_{{uc:{{#var:app}}}}_BIN - bin subdirectory | ||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Latest revision as of 03:47, 10 May 2024
Description
This module aims to provide a scalable library for fine-tuning Meta Llama models, which can help users quickly get started with using the models in various use cases. This includes fine-tuning for domain adaptation and building LLM-based applications with Meta Llama and other tools in the LLM ecosystem. The module can also showcase how to run Meta Llama locally, in the cloud, and on-premises.
Environment Modules
Run module spider llama
to find out what environment modules are available for this application.
System Variables
- HPC_LLAMA_DIR - installation directory
- HPC_LLAMA_BIN - bin subdirectory