An open API service for producing an overview of a list of open source projects.

awesome-llama: https://github.com/adalkiran/llama-nuts-and-bolts

deep-learning educational-project go golang large-language-models llama llama3-1 machine-learning ml transformers unicode utf-8

Score: -Infinity

Last synced: about 12 hours ago
JSON representation

Repository metadata:

A holistic way of understanding how Llama and its components run in practice, with code and detailed documentation.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 2 months ago

Total Commits: 87
Total Committers: 2
Avg Commits per committer: 43.5
Development Distribution Score (DDS): 0.011

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
adalkiran a****n@o****m 86
Ikko Eltociear Ashimine e****r@g****m 1

Issue and Pull Request metadata

Last synced: 5 months ago

Total issues: 0
Total pull requests: 1
Average time to close issues: N/A
Average time to close pull requests: 1 day
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 0.0
Merged pull request: 1
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: 1 day
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/adalkiran/llama-nuts-and-bolts

Top Issue Authors

Top Pull Request Authors

  • eltociear (2)

Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/adalkiran/llama-nuts-and-bolts

  • Homepage: https://github.com/adalkiran/llama-nuts-and-bolts
  • Documentation: https://pkg.go.dev/github.com/adalkiran/llama-nuts-and-bolts#section-documentation
  • Licenses: Apache-2.0
  • Latest release: (published 3 months ago)
  • Last Synced: 2025-10-30T22:39:54.263Z (3 months ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 8.427%
    • Average: 8.966%
    • Dependent repos count: 9.505%

Dependencies

.github/workflows/build-release.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v4 composite
  • actions/setup-go v4 composite
  • actions/upload-artifact v4 composite
  • softprops/action-gh-release v1 composite
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
Dockerfile docker
  • golang ${VARIANT} build
docker/windows-amd64/Dockerfile docker
  • golang ${VARIANT} build
docker/windows-amd64/docker-compose.yml docker
  • llama-nuts-and-bolts/cli win-amd64
docker-compose.yml docker
  • llama-nuts-and-bolts/cli latest
go.mod go
  • github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5
  • github.com/enescakir/emoji v1.0.0
  • github.com/mattn/go-isatty v0.0.20
  • golang.org/x/sys v0.6.0
  • golang.org/x/text v0.14.0
go.sum go
  • github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5
  • github.com/enescakir/emoji v1.0.0
  • github.com/mattn/go-isatty v0.0.20
  • golang.org/x/sys v0.6.0
  • golang.org/x/text v0.14.0
.github/workflows/documentation.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v5 composite