Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
- Changed syntax to support multiple actions: now copying a model needs `copy` (alias `cp`)
- Fixed upload progress bar updates
- Handles automatically `latest` tag if none specified
  • Loading branch information
mann1x committed Jun 23, 2024
1 parent b0f612d commit f828de2
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 87 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,19 @@
## Usage

> Simple: `osync modelname http://192.168.100.100:11434`
> Simple: `osync cp modelname http://192.168.100.100:11434`
> `-h` for help
> available action commands:
- `copy` (available as alias `cp`)

- `source` (local ollama)

- `destination` (remote ollama)

> Command line arguments:
- `-h` for help

> Execute without arguments to get local models TabCompletion!
Expand All @@ -76,6 +86,11 @@
## Changelog

v1.0.6
- Changed syntax to support multiple actions: now copying a model needs `copy` (alias `cp`)
- Fixed upload progress bar updates
- Handles automatically `latest` tag if none specified

v1.0.5
- Added local models TabCompletion with interactive prompt if called without arguments
- Fixed 100 seconds timeout
Expand Down
Loading

0 comments on commit f828de2

Please sign in to comment.