{"id":28192134,"url":"https://github.com/ydrmaster/llama.cu","last_synced_at":"2025-06-17T14:34:21.259Z","repository":{"id":291944687,"uuid":"979272578","full_name":"YdrMaster/llama.cu","owner":"YdrMaster","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-06T06:29:49.000Z","size":364,"stargazers_count":1,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T07:27:57.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YdrMaster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-07T09:00:16.000Z","updated_at":"2025-06-06T05:38:12.000Z","dependencies_parsed_at":"2025-05-30T03:32:41.753Z","dependency_job_id":null,"html_url":"https://github.com/YdrMaster/llama.cu","commit_stats":null,"previous_names":["ydrmaster/llama.cu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YdrMaster/llama.cu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YdrMaster%2Fllama.cu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YdrMaster%2Fllama.cu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YdrMaster%2Fllama.cu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YdrMaster%2Fllama.cu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YdrMaster","download_url":"https://codeload.github.com/YdrMaster/llama.cu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YdrMaster%2Fllama.cu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260379551,"owners_count":23000107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-16T11:12:03.056Z","updated_at":"2025-06-17T14:34:16.245Z","avatar_url":"https://github.com/YdrMaster.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# llama.cu\n\n[![CI](https://github.com/YdrMaster/llama.cu/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/YdrMaster/llama.cu/actions)\n[![license](https://img.shields.io/github/license/YdrMaster/llama.cu)](https://mit-license.org/)\n\n[![GitHub Issues](https://img.shields.io/github/issues/YdrMaster/llama.cu)](https://github.com/YdrMaster/llama.cu/issues)\n[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/YdrMaster/llama.cu)](https://github.com/YdrMaster/llama.cu/pulls)\n![GitHub repo size](https://img.shields.io/github/repo-size/YdrMaster/llama.cu)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/YdrMaster/llama.cu)\n![GitHub contributors](https://img.shields.io/github/contributors/YdrMaster/llama.cu)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/YdrMaster/llama.cu)\n\n## 使用说明\n\n### 帮助信息\n\n```shell\ncargo xtask help\n```\n\n```plaintext\nUsage: xtask \u003cCOMMAND\u003e\n\nCommands:\n  generate  text generation\n  chat      chat in console\n  service   web service\n  help      Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help     Print help\n  -V, --version  Print version\n```\n\n### 文本生成\n\n```shell\ncargo generate --help\n```\n\n简写：\n\n```shell\ncargo gen --help\n```\n\n```plaintext\ntext generation\n\nUsage: xtask generate [OPTIONS] \u003cMODEL\u003e\n\nArguments:\n  \u003cMODEL\u003e\n\nOptions:\n      --gpus \u003cGPUS\u003e\n      --max-steps \u003cMAX_STEPS\u003e\n  -p, --prompt \u003cPROMPT\u003e\n  -t, --use-template\n  -h, --help\n```\n\n### 对话\n\n```shell\ncargo chat --help\n```\n\n```plaintext\nchat in console\n\nUsage: xtask chat [OPTIONS] \u003cMODEL\u003e\n\nArguments:\n  \u003cMODEL\u003e\n\nOptions:\n      --gpus \u003cGPUS\u003e\n      --max-steps \u003cMAX_STEPS\u003e\n  -h, --help                   Print help\n```\n\n### web 服务\n\n```shell\ncargo service --help\n```\n\n```plaintext\nweb service\n\nUsage: xtask service [OPTIONS] --port \u003cPORT\u003e \u003cMODEL\u003e\n\nArguments:\n  \u003cMODEL\u003e\n\nOptions:\n      --gpus \u003cGPUS\u003e\n      --max-steps \u003cMAX_STEPS\u003e\n  -p, --port \u003cPORT\u003e\n  -h, --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fydrmaster%2Fllama.cu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fydrmaster%2Fllama.cu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fydrmaster%2Fllama.cu/lists"}