Skip to content

Commit

Permalink
chore: add lm_head
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Aug 6, 2024
1 parent 956d0c4 commit 7197c1d
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 78 deletions.
2 changes: 1 addition & 1 deletion script/make_utils/run_use_case_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_requirements() {
local example_dir=$1
if [ -f "${example_dir}/requirements.txt" ]; then
pushd "$example_dir"
if pip install -r requirements.txt; then
if pip install -r requirements.txt --extra-index-url https://pypi.zama.ai/cpu; then
echo "Requirements installed successfully."
else
echo "Failed to install requirements."
Expand Down
Loading

0 comments on commit 7197c1d

Please sign in to comment.