{"id":19519775,"url":"https://github.com/dahlitzflorian/llm-on-ppc64le-setup","last_synced_at":"2026-03-03T15:04:21.486Z","repository":{"id":244072376,"uuid":"814185361","full_name":"DahlitzFlorian/llm-on-ppc64le-setup","owner":"DahlitzFlorian","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-11T07:52:09.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-19T15:07:00.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/DahlitzFlorian.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}},"created_at":"2024-06-12T13:58:11.000Z","updated_at":"2024-09-11T07:52:12.000Z","dependencies_parsed_at":"2024-11-11T00:24:23.392Z","dependency_job_id":"eb426ab8-4a9c-4c2c-884f-2233a8d452e2","html_url":"https://github.com/DahlitzFlorian/llm-on-ppc64le-setup","commit_stats":null,"previous_names":["dahlitzflorian/llm-on-ppc64le-setup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DahlitzFlorian/llm-on-ppc64le-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fllm-on-ppc64le-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fllm-on-ppc64le-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fllm-on-ppc64le-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fllm-on-ppc64le-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DahlitzFlorian","download_url":"https://codeload.github.com/DahlitzFlorian/llm-on-ppc64le-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fllm-on-ppc64le-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30050222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T14:38:37.398Z","status":"ssl_error","status_checked_at":"2026-03-03T14:38:06.721Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-11-11T00:21:45.191Z","updated_at":"2026-03-03T15:04:21.457Z","avatar_url":"https://github.com/DahlitzFlorian.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLM on IBM POWER Setup\n\n- [Description](#description)\n- [Usage](#usage)\n  - [onnxruntime](#onnxruntime)\n  - [Llama CPP](#llama-cpp)\n\n\n## Description\n\nSample setup for a Large Language Model (LLM) on IBM POWER10 (ppc64le).\n\n## Usage\n\nDifferent backends are provided in subfolders to utilise different runtimes.\nThere is always a shell script, which can be customised and executed to set up the environment.\nA `Dockerfile` is provided as an alternative.\n\nBuild arguments for the container images can be passed via `--build-arg \u003ckey\u003e=\u003cvalue\u003e`.\n\n### onnxruntime\n\n```shell\n$ export MODEL=\"TinyLlama/TinyLlama-1.1B-Chat-v1.0\"\n$ docker image build -t llm-ppc64le-onnxruntime --build-arg MODEL=${MODEL} onnxruntime/\n$ docker container run --rm -itd \\\n    --name llm-ppc64le-onnxruntime \\\n    -p 8000:8000 \\\n    llm-ppc64le-onnxruntime\n```\n\nSupported build arguments:\n\n- `MODEL`: Huggingface model repository (default: `TinyLlama/TinyLlama-1.1B-Chat-v1.0`)\n\n### Llama CPP\n\n- [README.md](/llama.cpp/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahlitzflorian%2Fllm-on-ppc64le-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdahlitzflorian%2Fllm-on-ppc64le-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahlitzflorian%2Fllm-on-ppc64le-setup/lists"}