Commit History

Merge remote-tracking branch 'thu/main'
0d1d6a6

silver commited on

Fix position ids expand
f82b180

zxdu20 commited on

Fix generate
fb23542

zxdu20 commited on

Fix attention mask for prefix prompt
08bc851

zxdu20 commited on

No padding for chat function
4b7ffbf

zxdu20 commited on

Fix attention_mask and position_ids
373fd6b

zxdu20 commited on

Fix encode method
e22cddf

zxdu20 commited on

Fix batch input
e1494f2

zxdu20 commited on

Implement batch generation
cc96a22

zxdu20 commited on

Fix position id for training
11c270c

zxdu20 commited on

Add support for loading quantized model
2e1be30

zxdu20 commited on

Use dynamic dtype for prompts
c949d03

zxdu20 commited on

Fix backward for quantization
0cfae21

zxdu20 commited on

Implement gradient checkpointing
aea6cef

zxdu20 commited on

Fix bugs
0564795

zxdu20 commited on

Add pad_token_id in config.json
2200e2b

zxdu20 commited on

Merge remote-tracking branch 'thu/main'
a6d4a44

silver commited on

Change padding side
db22499

zxdu20 commited on

Set ignore_index for CrossEntropyLoss
5c64357

zxdu20 commited on

Support batch training
8127ab6

zxdu20 commited on

Merge branch 'main' into dev_pt
fbda120

zxdu20 commited on

Add p-tuning v2
812f43f

zxdu20 commited on

Fix context length in get_position_ids
096f3de

zxdu20 commited on

update readme
a748e08

silver commited on

Merge remote-tracking branch 'thu/main'
fb1c9f0

silver commited on

Close CPU fusion on Mac
4a9b711

zxdu20 commited on

Merge remote-tracking branch 'thu/main'
a23d6a1

silver commited on

Fix Chinese punctuation
d2bbc82

zxdu20 commited on

Add English
2449bdc

zxdu20 commited on

merge from ChatGLM-6B
b8b422f

silver commited on

Fix typo in tokenization_chatglm.py
1b54948

songxxzp commited on

fix import issue
0b2264f

silver commited on

remove image tokens from chatglm-6b
99c7042

silver commited on

Remove hardcode bos_token_id
8c4ad86

zxdu20 commited on

Add support for streaming output
258e6db

zxdu20 commited on

Remove hardcode bos_token_id
2460dc2

zxdu20 commited on

Add support for streaming output
42095d4

zxdu20 commited on

fix import issue
ec054ef

silver commited on

update README.md
42cd818

silver commited on

remove image tokens from chatglm-6b
82834c6

silver commited on

Fix overflow in FP16
220f772

zxdu20 commited on

Set is_parallelizable to False
f9f74fd

zxdu20 commited on

Remove image tokens when decoding
8492687

zxdu20 commited on

Revert "Update quantization"
0d8b08d

zxdu20 commited on

Update quantization
0101afd

zxdu20 commited on

Add logit processor for NaN or Inf scores
c3dece3

zxdu20 commited on

Fix default history argument
9d1509a

zxdu20 commited on

Merge branch 'main' of https://huggingface.co/THUDM/chatglm-6b
bcb053b

zxdu20 commited on

Add support for float32
d4832e8

zxdu20 commited on