Skip to content

Commit

Permalink
start llm
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedrelick committed Aug 17, 2024
1 parent a4c3aeb commit 49988b2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions test/agens/job_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,16 @@ defmodule Agens.JobTest do
end

describe "lm" do

@tag :lm
test "run job" do
assert true
{:ok, pid} =
%Agens.Serving.Config{
name: :text_generation_lm,
serving: Test.Support.Serving.LLM.get()
}
|> Agens.Serving.start()

assert is_pid(pid)
end
end
end

0 comments on commit 49988b2

Please sign in to comment.