Skip to content

Commit

Permalink
Fixed Java errors found by Visual Studio Code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulatekh committed Apr 11, 2024
1 parent db0d2fa commit 1802247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@
import com.sun.jna.Structure;
import com.sun.jna.ptr.PointerByReference;
import io.github.ggerganov.whispercpp.ggml.GgmlType;
import io.github.ggerganov.whispercpp.WhisperModel;
import io.github.ggerganov.whispercpp.model.WhisperModel;
import io.github.ggerganov.whispercpp.params.WhisperContextParams;

import java.util.List;
Expand Down
@@ -1,4 +1,4 @@
package io.github.ggerganov.whispercpp;
package io.github.ggerganov.whispercpp.model;

import io.github.ggerganov.whispercpp.ggml.GgmlTensor;
import io.github.ggerganov.whispercpp.model.EModel;
Expand Down

0 comments on commit 1802247

Please sign in to comment.