fix main refs
This commit is contained in:
parent
ab5efbb3b6
commit
78bca8cb07
2 changed files with 2 additions and 2 deletions
|
@ -524,7 +524,7 @@ class SchemaConverter:
|
||||||
def main(args_in = None):
|
def main(args_in = None):
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description='''
|
description='''
|
||||||
Generates a grammar (suitable for use in ./main) that produces JSON conforming to a
|
Generates a grammar (suitable for use in ./llama) that produces JSON conforming to a
|
||||||
given JSON schema. Only a subset of JSON schema features are supported; more may be
|
given JSON schema. Only a subset of JSON schema features are supported; more may be
|
||||||
added in the future.
|
added in the future.
|
||||||
''',
|
''',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# llama.cpp/example/main-cmake-pkg
|
# llama.cpp/example/main-cmake-pkg
|
||||||
|
|
||||||
This program builds the [main](../main) application using a relocatable CMake package. It serves as an example of using the `find_package()` CMake command to conveniently include [llama.cpp](https://github.com/ggerganov/llama.cpp) in projects which live outside of the source tree.
|
This program builds the [llama](../main) CLI using a relocatable CMake package. It serves as an example of using the `find_package()` CMake command to conveniently include [llama.cpp](https://github.com/ggerganov/llama.cpp) in projects which live outside of the source tree.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue