jikimasu

Results 4 comments of jikimasu

> > > ``` > > > def next_time(self,tj,hj): > > > umax = self.umax #maximum time > > > Deltat = umax/self.N > > > dt = torch.linspace(0, umax,...

hi, have you run STAN on other datasets and how did it work? thank you for reply

hi, dude, have you solve the problem?

i initial my model use the following code: `from langchain.llms import LlamaCpp model = LlamaCpp( model_path="model/mistral-7b-instruct-v0.1.gguf", temperature=0.70, max_tokens=2000, n_ctx=4096, top_p=1, verbose=True, )` and my package version is: langchain==0.0.340 ragas==0.0.20