mirror of https://github.com/google/gemma.cpp.git
Mention Makefile contributed by @jart
PiperOrigin-RevId: 623436818
This commit is contained in:
parent
881eeffe0a
commit
54120a5571
|
|
@ -206,6 +206,12 @@ bazel build -c opt --cxxopt=-std=c++20 :gemma
|
|||
|
||||
If the build is successful, you should now have a `gemma` executable in the `bazel-bin/` directory.
|
||||
|
||||
#### Make
|
||||
|
||||
If you prefer Makefiles, @jart has made one available here:
|
||||
|
||||
https://github.com/jart/gemma3/blob/main/Makefile
|
||||
|
||||
### Step 4: Run
|
||||
|
||||
You can now run `gemma` from inside the `build/` directory.
|
||||
|
|
|
|||
Loading…
Reference in New Issue