"examples/gpt3/run_gpt_567B_1nodes.sh" did not exist on "a02a5490baab3b4745844b0f0752fe746a0cb7bc"
config.h 199 Bytes
Newer Older
ilyas@huggingface.co's avatar
ilyas@huggingface.co committed
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _config_h
#define _config_h

#define MAX_Q_GEMM_ROWS 50

#define QMODE_2BIT 1
#define QMODE_3BIT 1
#define QMODE_4BIT 1
#define QMODE_5BIT 1
#define QMODE_6BIT 0
#define QMODE_8BIT 0

#endif