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

awesome-llama: https://github.com/lwch/llama2.go

golang inference llama llama2

Score: -Infinity

Last synced: about 7 hours ago
JSON representation

Repository metadata:

Port of Facebook's LLaMA 2 model in pure go and use little memory


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 1 month ago

Total Commits: 107
Total Committers: 1
Avg Commits per committer: 107.0
Development Distribution Score (DDS): 0.0

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
lwch l****8@g****m 107

Issue and Pull Request metadata

Last synced: 5 months ago

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

Past year issues: 0
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: 0
Past year pull request authors: 0
Past year average comments per issue: 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/lwch/llama2.go

Top Issue Authors

  • lwch (1)

Top Pull Request Authors

  • lwch (9)

Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/lwch/llama2.go

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/lwch/llama2.go#section-documentation
  • Licenses: mit
  • Latest release: v1.0.2 (published over 2 years ago)
  • Last Synced: 2026-02-05T02:28:18.440Z (2 days ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.724%
    • Average: 5.916%
    • Dependent repos count: 6.108%

Dependencies

go.mod go
  • github.com/dustin/go-humanize v1.0.1
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/klauspost/compress v1.17.0
  • github.com/lwch/gotorch v1.6.3
  • github.com/lwch/logging v1.0.1
  • github.com/lwch/runtime v1.0.1
  • github.com/lwch/sentencepiece v0.0.0-20231010071410-1d95f69c23af
  • github.com/lwch/tnn v1.0.2-0.20231005120818-efe88b2a5823
  • github.com/nlpodyssey/gopickle v0.2.0
  • github.com/spf13/cobra v1.7.0
  • github.com/spf13/pflag v1.0.5
  • google.golang.org/protobuf v1.31.0
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • github.com/cpuguy83/go-md2man/v2 v2.0.2
  • github.com/dustin/go-humanize v1.0.0
  • github.com/dustin/go-humanize v1.0.1
  • github.com/golang/protobuf v1.5.0
  • github.com/google/go-cmp v0.5.5
  • github.com/google/go-cmp v0.5.8
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/klauspost/compress v1.17.0
  • github.com/lwch/gotorch v1.6.3
  • github.com/lwch/logging v1.0.1
  • github.com/lwch/runtime v1.0.0
  • github.com/lwch/runtime v1.0.1
  • github.com/lwch/sentencepiece v0.0.0-20231010071410-1d95f69c23af
  • github.com/lwch/tnn v1.0.2-0.20231005120818-efe88b2a5823
  • github.com/nlpodyssey/gopickle v0.2.0
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/spf13/cobra v1.7.0
  • github.com/spf13/pflag v1.0.5
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • google.golang.org/protobuf v1.26.0-rc.1
  • google.golang.org/protobuf v1.31.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1