wangjingyu001

Results 5 issues of wangjingyu001

from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("THUDM/visualglm-6b", trust_remote_code=True) # model = AutoModel.from_pretrained("THUDM/visualglm-6b", trust_remote_code=True).half().cuda() # 按需修改,目前只支持 4/8 bit 量化 model = AutoModel.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True).quantize(8).half().cuda() # INT8 量化的模型将"THUDM/chatglm-6b-int4"改为"THUDM/chatglm-6b-int8" # model = AutoModel.from_pretrained("THUDM/chatglm-6b-int4",...

please help me datax = { "cid": "6.10", # 外层字段 "part1": { "name": "Alice", "age": 30 }, "part2": { "name": "Alice2", "age": 302 }, "part3": { "name": "Alice3", "age": 303...

def wash_image(arg): return {'images_detail': arg + '123'} spec = { 'images': Coalesce( [ ('data.imageCategory', wash_image), ('data.anotherImagePath', wash_image) ] ) } data = { 'data': { 'imageCategory': 'data1', 'anotherImagePath': 'data2' }...

**Describe the bug** when I run some js code, it is panic, and i can not catch this error . thread 'actix-rt|system:0|arbiter:0' has overflowed its stack error: process didn't exit...

bug