mi4uu
mi4uu
got same problem. notify is not helpful with this error message. on linux notify uses inotify, install inotify-tools and do : ```inotifywatch``` and You will know what's the problem. in...
i have this even without phone connected. terminal is displaying ```2021-04-03 23:48:49.110 java[12554:730591] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system...
nope. still nothing. You guys also on big Sur?
try to run it like that: ``` pipe=pipeline( "text-generation", model="bigcode/starcoder", torch_dtype=torch.bfloat16, device_map='auto', ) generation_config = GenerationConfig.from_pretrained(checkpoint) response = pipe('def main(' , generation_config= GenerationConfig.from_dict( {**generation_config.to_dict(), 'max_new_tokens':max_length} )) text = response[0]['generated_text'] print(f'{text}')...
any update?
bump! we need this
up. it would be really nice having way to conditional deps, now I need custom wrappers to make conditional commands