# \#llama-shepherd

**URL:** https://discuss.pytorch.kr/tag/llama-shepherd/2389.md

[최신](https://discuss.pytorch.kr/latest.md) · [카테고리](https://discuss.pytorch.kr/categories.md) · [태그](https://discuss.pytorch.kr/tags.md)

---

## [라마-셰퍼드(llama-shepherd-cli): Llama 추론을 위한 다양한 구현체를 관리 및 사용하기 위한 CLI 도구](https://discuss.pytorch.kr/t/llama-shepherd-cli-llama-cli/3208)

<div class="topic-metadata">

**Author:** [@9bow](https://discuss.pytorch.kr/u/9bow)\
**댓글:** 0\
**마지막 업데이트:** [1월 5, 2024, 2:16오후 UTC](https://discuss.pytorch.kr/t/llama-shepherd-cli-llama-cli/3208 "2024-01-05T14:16:22Z")

</div>

PyTorchKR​:fire::south\_korea: :thinking::speech\_balloon: 아래 내용은 GPT 모델로 자동 요약한 것으로, 자세한 내용은 원문을 참고해주세요! :smile: 읽으시면서 어색하거나 잘못된 내용을 발견하시면 덧글로 알려주시기를 부탁드립니다! :bowing\_man: https://github.com/mikepapadim/llama-shepherd-cli 소개 GitHub 저장소 "llama-shepherd-cli"는 mikepapadim이 개발한 명령 줄 인터페이스(CLI) 도구로, 다양한 버전의 라마 추론 구현을 관리하고 구성하기 위해 설계되었습니다. 이 도구는 사용자가 다양한 프로그래밍 언어로 된 여러 버전의 라마 추론을 효율적으로 처리할 수 있도록 도와줍니다. 주요 특징 "llama-shepherd-cli"의 주요 특징은 다음과 같습니다: 목적 및 기능 라마 셰퍼드는 다양한 버전의 라마 추론 구현을 관리하고 실험하기 위한 CLI 도구입니다. 이 도구는 Andrej Karpathy의 "llama2.c 프로젝트"에서 시작되었습니다​​. 지원 언어 라마 셰퍼드는 Rust, Go, Android, C++, CUDA, JavaScript, Zig, Julia, Scala, Java, Kotlin, Python, C#, Dart, Web, WebAssembly, Fortran, Mojo, OCaml 등 다양한 프로그래밍 언어로 된 라마 추론 구현의 여러 버전을 사용합니다. 각 버전은 이 구현에 기여한 다양한 GitHub 저자들에게 귀속됩니다​​. # 구현 언어 프로젝트명 GitHub 저장소 저자 1. Rust llama2.rs GitHub - gaxler/llama2.rs: Inference Llama 2 in one file of pure Rust 🦀 @gaxler 2. Rust llama2.rs GitHub - leo-du/llama2.rs: Inference Llama 2 in one fi…
