llm_build_phi3.h 243 B

1234567891011
  1. #pragma once
  2. #include "../llama-model.h"
  3. #include "../llama-graph.h"
  4. #include <cmath>
  5. template<bool iswa>
  6. struct llm_build_phi3 : public llm_graph_context {
  7. llm_build_phi3(const llama_model & model, const llm_graph_params & params);
  8. };