File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
src/main/java/com/example/model Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 9
9
import java .nio .channels .FileChannel ;
10
10
11
11
/**
12
- * Enumerates the different types of models supported by GPULlama3.java.
13
- * This enum helps in categorizing and handling model-specific logic
14
- * based on the type of model being used.
12
+ * Enumerates the different types of models supported by GPULlama3.java. This enum helps in categorizing and handling model-specific
13
+ * logic based on the type of model being used.
15
14
*
16
15
* <p><b>Usage:</b> Use {@code ModelType} to specify or retrieve the type of
17
- * large language model (LLM), such as Llama or Qwen3. This ensures clean and
18
- * structured handling of model behaviors and configurations by dispatching
19
- * calls to the appropriate model loader for each specific model type.</p>
16
+ * large language model (LLM), such as Llama or Qwen3. This ensures clean and structured handling of model behaviors and configurations by
17
+ * dispatching calls to the appropriate model loader for each
18
+ * model type.</p>
20
19
*
21
20
* <p>Each enum value represents a distinct model type, which might be used for
22
21
* conditional logic, initialization, or resource allocation within GPULlama3.java.</p>
You can’t perform that action at this time.
0 commit comments