File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ $(BUILD_ARCHIVE): $(TENSORFLOW_DIR) extension/BUILD
3434# Clones tensorflow
3535$(TENSORFLOW_DIR ) :
3636 mkdir -p $(TENSORFLOW_DIR ) && \
37- cp patch_tensorflow.sh $(TENSORFLOW_DIR ) && \
38- cp tensorflow-alpine.patch $(TENSORFLOW_DIR ) && \
37+ cp extension/ patch_tensorflow.sh $(TENSORFLOW_DIR ) && \
38+ cp extension/ tensorflow-alpine.patch $(TENSORFLOW_DIR ) && \
3939 cd $(TENSORFLOW_DIR ) && \
4040 git init && \
4141 git remote add origin $(TENSORFLOW_GIT_REPO ) && \
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ defmodule XLA.MixProject do
3434 links: % {
3535 "GitHub" => "https://github.com/elixir-nx/xla"
3636 } ,
37- files:
38- ~w( extension lib Makefile Makefile.win mix.exs README.md LICENSE CHANGELOG.md patch_tensorflow.sh tensorflow-alpine.patch)
37+ files: ~w( extension lib Makefile Makefile.win mix.exs README.md LICENSE CHANGELOG.md)
3938 ]
4039 end
4140
You can’t perform that action at this time.
0 commit comments