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

awesome-llama: https://github.com/gotzmann/llama.go

alpaca chatgpt dalai gpt gpt3 gpt4 gpt4all llama llama-cpp llm vicuna

Score: 10.143842140580693

Last synced: about 24 hours ago
JSON representation

Repository metadata:

llama.go is like llama.cpp in pure Golang!


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 days ago

Total Commits: 260
Total Committers: 3
Avg Commits per committer: 86.667
Development Distribution Score (DDS): 0.073

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
Serge Gotsuliak s****k@g****m 241
mfreeman451 m****1@g****m 17
unknown C****l 2

Issue and Pull Request metadata

Last synced: 5 months ago

Total issues: 22
Total pull requests: 10
Average time to close issues: 12 days
Average time to close pull requests: 3 months
Total issue authors: 20
Total pull request authors: 3
Average comments per issue: 1.82
Average comments per pull request: 0.0
Merged pull request: 7
Bot issues: 0
Bot pull requests: 0

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

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/gotzmann/llama.go

Top Issue Authors

  • BrunoIsaac27 (2)
  • hiqsociety (2)
  • Germain-L (1)
  • eugenepentland (1)
  • guyvdb (1)
  • nikolaydubina (1)
  • ChinaGISboyYang (1)
  • nagapadmasrip (1)
  • ffreality (1)
  • SilvaRaulEnrique (1)
  • af913337456 (1)
  • martinscholz83 (1)
  • Nuclear6 (1)
  • codefromthecrypt (1)
  • ouvaa (1)

Top Pull Request Authors

  • mfreeman451 (5)
  • gotzmann (4)
  • g-vvv (2)

Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/gotzmann/llama.go/ml

  • Homepage: https://github.com/gotzmann/llama.go
  • Documentation: https://pkg.go.dev/github.com/gotzmann/llama.go/ml#section-documentation
  • Licenses: MIT
  • Latest release: v0.0.0-20230412160549-c20730f209a3 (published almost 3 years ago)
  • Last Synced: 2026-01-30T09:37:49.156Z (9 days ago)
  • Versions: 43
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Rankings:
    • Dependent packages count: 4.177%
    • Average: 4.458%
    • Dependent repos count: 4.74%
proxy.golang.org: github.com/gotzmann/llama.go

  • Homepage: https://github.com/gotzmann/llama.go
  • Documentation: https://pkg.go.dev/github.com/gotzmann/llama.go#section-documentation
  • Licenses: MIT
  • Latest release: v1.4.0 (published almost 3 years ago)
  • Last Synced: 2026-01-30T09:37:46.795Z (9 days ago)
  • Versions: 39
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 7.576%
    • Average: 8.472%
    • Dependent repos count: 9.368%
proxy.golang.org: github.com/gotzmann/llama.go/llama

  • Homepage: https://github.com/gotzmann/llama.go
  • Documentation: https://pkg.go.dev/github.com/gotzmann/llama.go/llama#section-documentation
  • Licenses: MIT
  • Latest release: v0.0.0-20230412160549-c20730f209a3 (published almost 3 years ago)
  • Last Synced: 2026-01-30T09:37:57.982Z (9 days ago)
  • Versions: 41
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 7.716%
    • Dependent repos count: 9.357%
    • Forks count: 13.536%
    • Average: 14.022%
    • Stargazers count: 25.48%

Dependencies

.github/workflows/coverage.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-go v2 composite
  • ad-m/github-push-action master composite
  • tj-actions/coverage-badge-go v2 composite
  • tj-actions/verify-changed-files v12 composite
go.mod go
  • github.com/andybalholm/brotli v1.0.5
  • github.com/felixge/fgprof v0.9.3
  • github.com/gofiber/fiber/v2 v2.44.0
  • github.com/google/pprof v0.0.0-20211214055906-6f57359322fd
  • github.com/google/uuid v1.3.0
  • github.com/jessevdk/go-flags v1.5.0
  • github.com/klauspost/compress v1.16.3
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.18
  • github.com/mattn/go-runewidth v0.0.14
  • github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
  • github.com/philhofer/fwd v1.1.2
  • github.com/pkg/profile v1.7.0
  • github.com/rivo/uniseg v0.2.0
  • github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94
  • github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee
  • github.com/tinylib/msgp v1.1.8
  • github.com/valyala/bytebufferpool v1.0.0
  • github.com/valyala/fasthttp v1.45.0
  • github.com/valyala/tcplisten v1.0.0
  • github.com/x448/float16 v0.8.4
  • golang.org/x/exp v0.0.0-20230321023759-10a507213a29
  • golang.org/x/sys v0.7.0
go.sum go
  • github.com/andybalholm/brotli v1.0.5
  • github.com/chzyer/logex v1.1.10
  • github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
  • github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/felixge/fgprof v0.9.3
  • github.com/gofiber/fiber/v2 v2.44.0
  • github.com/google/pprof v0.0.0-20211214055906-6f57359322fd
  • github.com/google/uuid v1.3.0
  • github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d
  • github.com/jessevdk/go-flags v1.5.0
  • github.com/klauspost/compress v1.16.3
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.16
  • github.com/mattn/go-isatty v0.0.18
  • github.com/mattn/go-runewidth v0.0.14
  • github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
  • github.com/philhofer/fwd v1.1.1
  • github.com/philhofer/fwd v1.1.2
  • github.com/pkg/profile v1.7.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rivo/uniseg v0.2.0
  • github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94
  • github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d
  • github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.4.0
  • github.com/stretchr/testify v1.7.1
  • github.com/stretchr/testify v1.8.0
  • github.com/tinylib/msgp v1.1.6
  • github.com/tinylib/msgp v1.1.8
  • github.com/valyala/bytebufferpool v1.0.0
  • github.com/valyala/fasthttp v1.45.0
  • github.com/valyala/tcplisten v1.0.0
  • github.com/x448/float16 v0.8.4
  • github.com/yuin/goldmark v1.2.1
  • github.com/yuin/goldmark v1.4.13
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
  • golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
  • golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
  • golang.org/x/exp v0.0.0-20230321023759-10a507213a29
  • golang.org/x/mod v0.3.0
  • golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
  • golang.org/x/mod v0.7.0
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/net v0.0.0-20201021035429-f5854403a974
  • golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
  • golang.org/x/net v0.0.0-20220722155237-a158d28d115b
  • golang.org/x/net v0.3.0
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
  • golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
  • golang.org/x/sync v0.1.0
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190412213103-97732733099d
  • golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
  • golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
  • golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac
  • golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
  • golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
  • golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
  • golang.org/x/sys v0.3.0
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.7.0
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
  • golang.org/x/term v0.3.0
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.3
  • golang.org/x/text v0.3.7
  • golang.org/x/text v0.5.0
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
  • golang.org/x/tools v0.0.0-20201022035929-9cf592e881e9
  • golang.org/x/tools v0.1.12
  • golang.org/x/tools v0.4.0
  • golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
  • golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1