Skip to content

Commit 3cc7ee6

Browse files
committed
Reformat Javadoc in ModelType for improved readability and alignment; remove redundant line breaks.
1 parent 2df92cc commit 3cc7ee6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/main/java/com/example/model/ModelType.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
import java.nio.channels.FileChannel;
1010

1111
/**
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.
1514
*
1615
* <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>
2019
*
2120
* <p>Each enum value represents a distinct model type, which might be used for
2221
* conditional logic, initialization, or resource allocation within GPULlama3.java.</p>

0 commit comments

Comments
 (0)