llama-cpp-turboquant/src/Algorithm.hpp
Alejandro Saucedo 93041b4519 Reformatted
2020-08-17 07:58:23 +01:00

13 lines
138 B
C++

#pragma once
namespace kp {
class Algorithm
{
private:
public:
Algorithm();
virtual ~Algorithm();
};
} // End namespace kp