"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "0625e805f09e0ba7ea04448842621ec0e829d725"
Commit c956a073 authored by calberti's avatar calberti
Browse files

Merge pull request #83 from n-kats/patch-1

fix typo
parents 3e1e2589 54011a36
...@@ -80,7 +80,7 @@ source. You'll need to install: ...@@ -80,7 +80,7 @@ source. You'll need to install:
* `apt-get install swig` on Ubuntu * `apt-get install swig` on Ubuntu
* `brew install swig` on OSX * `brew install swig` on OSX
* protocol buffers, with a version supported by TensorFlow: * protocol buffers, with a version supported by TensorFlow:
* check your protobuf version with `pip freeze | grep protobuf1` * check your protobuf version with `pip freeze | grep protobuf`
* upgrade to a supported version with `pip install -U protobuf==3.0.0b2` * upgrade to a supported version with `pip install -U protobuf==3.0.0b2`
* asciitree, to draw parse trees on the console for the demo: * asciitree, to draw parse trees on the console for the demo:
* `pip install asciitree` * `pip install asciitree`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment