odir 0.1.1

Ollama Downloader in Rust (ODIR), pronounced oh dear, is a command-line tool written in Rust for downloading models from Ollama.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sonar.projectKey=anirbanbasu_odir
sonar.organization=anirbanbasu


# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=odir
sonar.projectVersion=0.1.0


# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

# Sonar duplications are sometimes false positives, so we ignore them for now.
sonar.cpd.exclusions=src/signal_handler.rs,src/downloader/hf_downloader.rs,src/downloader/ollama_downloader.rs