Skip to content

Commit 1c514ad

Browse files
Clean up
1 parent 2407938 commit 1c514ad

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/main/java/com/example/LlamaApp.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@ static Sampler selectSampler(int vocabularySize, float temperature, float topp,
106106
return sampler;
107107
}
108108

109-
// moved to model and became non-static
110-
//static void runInteractive(Model model, Sampler sampler, Options options)
111-
112-
// moved to model and became non-static
113-
//static void runInstructOnce(Model model, Sampler sampler, Options options)
114-
115109
public static void main(String[] args) throws IOException {
116110
Options options = Options.parseOptions(args);
117111
Model model;

src/main/java/com/example/model/mistral/Mistral.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
import com.example.tokenizer.impl.MistralTokenizer;
88
import com.example.tokenizer.impl.Tokenizer;
99

10-
/**
11-
* Llama class in mistral.java
12-
*/
1310
public record Mistral(MistralConfiguration configuration, Tokenizer tokenizer, Weights weights) implements Model {
1411

1512
/* For explicit use */

0 commit comments

Comments
 (0)