mirror of https://github.com/google/gemma.cpp.git
Fix compilation errors of "compress_weights" target
This commit is contained in:
parent
02ce1e344f
commit
7d313aaade
|
|
@ -444,8 +444,10 @@ class CompressStats {
|
|||
char padding_[64]; // prevent false sharing
|
||||
};
|
||||
#else
|
||||
class DistortionStats;
|
||||
|
||||
struct CompressStats {
|
||||
void Notify(...) {}
|
||||
void Notify(const DistortionStats&) {}
|
||||
void NotifyIn(int) {}
|
||||
void Assimilate(const CompressStats&) {}
|
||||
void PrintAll() {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue