Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mann1x/ollamarsync

Transfer a local ollama model to a remote ollama server
https://github.com/mann1x/ollamarsync

Last synced: about 2 months ago
JSON representation

Transfer a local ollama model to a remote ollama server

Awesome Lists containing this project

README

        


ollamarsync




Report a Bug
ยท
Request a Feature
.
Ask a Question



[![Project license](https://img.shields.io/github/license/mann1x/ollamarsync.svg?style=flat-square)](LICENSE)

[![Pull Requests welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg?style=flat-square)](https://github.com/mann1x/ollamarsync/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
[![code with love by mann1x](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-mann1x-ff1414.svg?style=flat-square)](https://github.com/mann1x)

---

## About

> **[Copy a local ollama model to a remote server]**

> Skips already transferred images

> Uploads at high speed with a progress bar

> No more multiple downloads of the same model on different ollama hosts

> Ideal for servers isolated from internet

![ollarsync tui](https://github.com/mann1x/ollamarsync/blob/main/docs/images/ollamarsync.png?raw=true)

### Built With

> **[Python]**

## Getting Started

### Prerequisites

> **[Requests and tqdm modules]**

> Python 3.10+

### Installation

> **[Clone the repo]**

> execute `pip install -r requirements.txt` for the dependencis

## Usage

> Simple: `python ollamarsync.py modelname http://192.168.100.100:11434`

> `-h` for help

## Roadmap

See the [open issues](https://github.com/mann1x/ollamarsync/issues) for a list of proposed features (and known issues).

- [Top Feature Requests](https://github.com/mann1x/ollamarsync/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc) (Add your votes using the ๐Ÿ‘ reaction)
- [Top Bugs](https://github.com/mann1x/ollamarsync/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the ๐Ÿ‘ reaction)
- [Newest Bugs](https://github.com/mann1x/ollamarsync/issues?q=is%3Aopen+is%3Aissue+label%3Abug)

## Support

- [GitHub issues](https://github.com/mann1x/ollamarsync/issues/new?assignees=&labels=question&template=04_SUPPORT_QUESTION.md&title=support%3A+)

## License

This project is licensed under the **MIT license**.

See [LICENSE](LICENSE) for more information.