Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e3db1e

Browse files
MrSMlTtinglou
authored andcommitted
Fix: Compile failure due to Microsoft STL breaking change (ggml-org#11836)
1 parentb0de481 commit4e3db1e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

‎common/log.cpp‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include"log.h"
22

3+
#include<chrono>
34
#include<condition_variable>
45
#include<cstdarg>
56
#include<cstdio>

‎examples/imatrix/imatrix.cpp‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include"log.h"
44
#include"llama.h"
55

6+
#include<chrono>
67
#include<cmath>
78
#include<cstdio>
89
#include<cstring>

‎examples/perplexity/perplexity.cpp‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include"log.h"
44
#include"llama.h"
55

6+
#include<chrono>
67
#include<algorithm>
78
#include<array>
89
#include<atomic>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp