Skip to content

Commit 7ea0ce6

Browse files
fix: markdown formatting
1 parent 7135f69 commit 7ea0ce6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Hugot can be used in two ways: as a library in your go application, or as a comm
8282
To use Hugot as a library in your application, you will need the following dependencies on your system:
8383

8484
- the tokenizers.a file obtained from building the [tokenizer](https://github.com/Knights-Analytics/tokenizers) go library (which is itself a fork of https://github.com/daulet/tokenizers). This file should be at /usr/lib/tokenizers.a so that hugot can load it.
85-
- the onnxruntime.go file obtained from the onnxruntime project. This is dynamically linked by hugot and used by the onnxruntime inference library[onnxruntime_go](https://github.com/yalue/onnxruntime_go). This file should be at /usr/lib/onnxruntime.so or /usr/lib64/onnxruntime.so
85+
- the onnxruntime.go file obtained from the onnxruntime project. This is dynamically linked by hugot and used by the onnxruntime inference library [onnxruntime_go](https://github.com/yalue/onnxruntime_go). This file should be at /usr/lib/onnxruntime.so or /usr/lib64/onnxruntime.so
8686

8787
You can get the libtokenizers.a in two ways. Assuming you have rust installed, you can compile the tokenizers library and get the required libtokenizers.a:
8888

@@ -230,4 +230,4 @@ For GPU the config above also applies. We are still testing the optimum GPU conf
230230

231231
## Contributing
232232

233-
If you would like to contribute to Hugot, please see the (contribution guidelines)[contrib.MD].
233+
If you would like to contribute to Hugot, please see the [contribution guidelines](./contrib.md).

0 commit comments

Comments
 (0)