Popularity
4.6
Growing
Activity
7.8
Stable
145
7
6

Description

The goal of this library is to provide an easy, scalable, and hassle-free way to run huggingface transformer pipelines in golang applications. It is built on the following principles: - Fidelity to the original Huggingface python implementations: the aim is to accurately replicate huggingface inference implementations for the implemented pipelines, so that models trained and tested in python can be seamlessly deployed in a golang application - Hassle-free and performant production use: we exclusively support onnx exports of huggingface models. Pytorch transformer models that don't have an onnx version can be easily exported to onnx via huggingface optimum, and used with the library - Run on your hardware: this library is for those who want to run transformer models tightly coupled with their go applications, without the performance drawbacks of having to hit a rest API, or the hassle of setting up and maintaining e.g. a python RPC service that talks to go.

Programming language: Go
License: Apache License 2.0

Hugot alternatives and similar packages

Based on the "Artificial Intelligence" category.
Alternatively, view hugot alternatives based on common mentions on social networks and blogs.

  • Ollama

    Get up and running with Llama 3, Mistral, Gemma, and other large language models.
  • LocalAI

    :robot: The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. It allows to generate Text, Audio, Video, Images. Also with voice cloning capabilities.
  • Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
    Promo www.influxdata.com
    InfluxDB Logo
  • langchaingo

    LangChain for Go, the easiest way to write LLM-based programs in Go

Do you think we are missing an alternative of Hugot or a related project?

Add another 'Artificial Intelligence' Package