Skip to content

Commit

Permalink
Merge pull request containers#227 from tarilabs/tarilabs-20241003-oml…
Browse files Browse the repository at this point in the history
…mdverbump

deps: bumps omlmd to 0.1.5
  • Loading branch information
ericcurtin authored Oct 3, 2024
2 parents 4d49bab + f2fc39a commit ef80dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install-requirements:
@pipx install -q black flake8
$(PYTHON) -m pip install --user -r requirements.txt
pip install "huggingface_hub[cli]==0.25.1"
pip install "omlmd==0.1.4"
pip install "omlmd==0.1.5"

.PHONY:
install-completions:
Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def check_platform():

def install_mac_dependencies():
subprocess.run(["pip3", "install", "huggingface_hub[cli]"], check=True)
subprocess.run(["pip3", "install", "omlmd==0.1.4"], check=True)
subprocess.run(["pip3", "install", "omlmd==0.1.5"], check=True)
subprocess.run(["pip3", "install", "tqdm"], check=True)
subprocess.run(["brew", "install", "llama.cpp"], check=True)

Expand Down

0 comments on commit ef80dae

Please sign in to comment.