Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Dec 8, 2024
1 parent 1702fd3 commit 5c26f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using JSON3

@testset "Amino Acid Model" begin
url_branch = "https://raw.githubusercontent.com/MurrellGroup/Jjama3.jl/aminoacid-model/"
config_path = Downloads.download(url_branch * "tinyabllama_config.json")
config_path = download(url_branch * "tinyabllama_config.json")
model_path = download(url_branch * "tinyabllama.safetensors")
config = JSON3.read(read(config_path, String))
model = load_llama3_from_safetensors([model_path], config)
Expand Down

0 comments on commit 5c26f2a

Please sign in to comment.