Skip to content

Commit 0e846c8

Browse files
committed
Add tensorflow downloader
1 parent 385ddb8 commit 0e846c8

15 files changed

+9396
-24
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
/cppflow
33
/vendor
4+
/tensorflow

Readme.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ todo
6767

6868
### Development
6969

70-
#### Git lfs
71-
You need [git lfs](https://git-lfs.github.com/) to checkout this repository. After installing it run:
72-
73-
git lfs pull
74-
7570
#### Docker (optional, but recommended)
7671
Install [Docker](https://docs.docker.com/get-docker/) if you do not have it already.
7772

@@ -98,8 +93,3 @@ to get a Terminal inside of the docker container
9893

9994
#### Better phpstorm support (optional)
10095
Go to your settings and open "Languages & Frameworks -> PHP -> PHP Runtime -> Others". Make sure "FFI" is checked.
101-
102-
#### Manually installing libtensorflow (without git lfs)
103-
Download libtensorflow from:
104-
https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.3.0.tar.gz
105-
and place the contents of the lib folder of the tensorflow archive inside the lib folder in the root of the funcai-php project.
File renamed without changes.

0 commit comments

Comments
 (0)