Skip to content

Commit

Permalink
Merge branch 'FeKozma:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Livila authored Feb 20, 2024
2 parents 0880a19 + 0de532a commit a31a76f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ repositories {
}

dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.2")
testImplementation(platform("org.junit:junit-bom:5.9.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
implementation("com.hexadevlabs:gpt4all-java-binding:1.1.5")
}

Expand Down
2 changes: 1 addition & 1 deletion config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EXCLUDED_PATHS=[]
# Prefix for the result files.
RESULT_NAME_PREFIX=result_{nr}
# The LLM located in project root.
LLM_FILE=model/ggml-model-gpt4all-falcon-q4_0.bin
LLM_FILE=models/ggml-model-gpt4all-falcon-q4_0.bin
# Run with LLM - needs a model defined and will take more computing power and time to run.
RUN_WITH_LLM=false
# Directory path to where the code is to be scanned.
Expand Down

0 comments on commit a31a76f

Please sign in to comment.