Skip to content

Commit

Permalink
fix: correct Sampler include
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Oct 4, 2024
1 parent 96c2a37 commit 64fb11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sampler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use neon::prelude::*;
use neon::types::Finalize;

cpp! {{
#include <executorch/examples/models/llama2/sampler/sampler.h>
#include <executorch/examples/models/llama2/sampler/sampler.cpp>
#include <executorch/extension/llm/sampler/sampler.h>
#include <executorch/extension/llm/sampler/sampler.cpp>
}}

cpp_class!(pub unsafe struct Sampler as "torch::executor::Sampler");
Expand Down

0 comments on commit 64fb11a

Please sign in to comment.