Skip to content

Commit

Permalink
Merge branch 'tom-dev' of https://github.com/tomasohara/mezcla into t…
Browse files Browse the repository at this point in the history
…om-dev
  • Loading branch information
Tom O'Hara committed Sep 23, 2023
2 parents 810a5e2 + 1ed0f84 commit aaefc2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# 2. Optional (i.e., including most optional):
# pip install --verbose $(perl -pe 's/^#opt#\s*//;' ~/python/Mezcla/requirements.txt | grep -v '^#')
# 3. Full (i.e., including all optional):
# pip install --verbose $(perl -pe 's/^#full#\s*//;' ~/python/Mezcla/requirements.txt | grep -v '^#')
# pip install --verbose $(perl -pe 's/^#(opt|full)#\s*//;' ~/python/Mezcla/requirements.txt | grep -v '^#')
# # TODO2: --ignore-errors [maldito pip]
# perl -pe 's/^#full#\s*//;' ~/python/Mezcla/requirements.txt | grep -v '^#' | xargs -I '{}' pip install '{}'
# - use `pip freeze` to get current list of package specifications (n.b., >= better than == unless specific version needed)
Expand Down Expand Up @@ -100,7 +100,7 @@ xgboost
#full# albert==1.3.1
#full# bert-tensorflow
#full# keras
#full# lucene
## OLD: #full# lucene
#full# sacremoses
#full# sentencepiece
#full# tensorflow

0 comments on commit aaefc2f

Please sign in to comment.