deng-cy

Results 4 issues of deng-cy

When I tried to use NGSolve on windows, it reports error like the following: ![image](https://user-images.githubusercontent.com/40417707/102668687-83db9500-415a-11eb-8f2c-896147c8223c.png) It can work without installing MKL packages (e.g. numpy). Environment: System OS: Windows 10, Python...

Parameters can be generated by ``` parameters, trial_index = ax_client.get_next_trial() ``` I encountered a case where I want to manually change the parameters. What is the procedure for me to...

question

Hi, I am new to GPytorch. I was trying a very simple example with training data ``` import torch import gpytorch from matplotlib import pyplot as plt train_x = torch.arange(0,...

试了一下`base_url={'openai': 'https://api.g4f.icu'}` ,在chatbox.py `prompt_tokens = response.usage.prompt_tokens` 这一行报错,`response`里面的信息是 ``` New API You need to enable JavaScript to run this app. ``` 试了一下修改 `json_mode=True` 没有用 如果用`{'anthropic': 'https://api.g4f.icu'}` 会有另一个错误,显示 `https://api.g4f.icu/v1/messages "HTTP/1.1 404 Not...