mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
remove fmt import
This commit is contained in:
parent
50e9fc89c8
commit
1972669f49
@ -10,7 +10,6 @@
|
||||
#include <span>
|
||||
#include <vector>
|
||||
|
||||
#include <spdlog/fmt/fmt.h>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include <tensorrt_llm/runtime/common.h>
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include <fstream>
|
||||
|
||||
#include <nvml.h>
|
||||
#include "fmt/format.h"
|
||||
#include <spdlog/spdlog.h>
|
||||
|
||||
#include "backend.h"
|
||||
|
Loading…
Reference in New Issue
Block a user