You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/llama3.adoc
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,17 @@ WARNING: Models are huge, so make sure you have enough disk space.
39
39
40
40
NOTE: Due to model's large size, pulling them can take time
41
41
42
+
=== Native mode
43
+
44
+
Currently, Llama3.java only works in native mode with Early Access version's of Oracle GraalVM 24 (which can be easily downloaded with https://sdkman.io[SDKMan]).
45
+
46
+
To achieve the best performance in native mode, it is suggested to configure the application with the following:
0 commit comments