hfppl icon indicating copy to clipboard operation
hfppl copied to clipboard

AttributeError: 'LMContext' object has no attribute 's'

Open Minami-su opened this issue 1 year ago • 0 comments

https://colab.research.google.com/drive/1uJEC-U8dcwsTWccCDGVexpgXexzZ642n?usp=sharing#scrollTo=gsi7R6D0NcGn&uniqifier=1 image

10 self.lm = LMContext(LLM, prompt) 11 self.q = LMContext(LLM, prompt) ---> 12 self.prompt_len = len(str(self.lm.s)) 13 self.max_tokens = max_tokens 14

AttributeError: 'LMContext' object has no attribute 's'

Minami-su avatar Mar 09 '24 10:03 Minami-su