remove fmt import

This commit is contained in:
Morgan Funtowicz 2024-07-12 19:23:59 +00:00
parent 50e9fc89c8
commit 1972669f49
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@
#include <span>
#include <vector>
#include <spdlog/fmt/fmt.h>
#include <nlohmann/json.hpp>
#include <tensorrt_llm/runtime/common.h>

View File

@ -1,6 +1,7 @@
#include <fstream>
#include <nvml.h>
#include "fmt/format.h"
#include <spdlog/spdlog.h>
#include "backend.h"