Skip to content

Commit

Permalink
Fix pip install (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
achalddave authored Jan 29, 2024
1 parent 52109db commit 8f2eab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
install: ## [Local development] Upgrade pip, install requirements, install package.
python -m pip install -U pip
python -m pip install -r requirements.txt
python -m pip install -e .

install-dev: ## [Local development] Install test requirements
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ transformers
s3fs
wikipedia
ipython
llm-foundry
llm-foundry>=0.4.0

0 comments on commit 8f2eab7

Please sign in to comment.