Atanu Sarkar

Results 15 comments of Atanu Sarkar

on Click of F1 -> "Preview Swagger" or Pressing "Shift + Alt + P" I am having the following error: `Command 'Preview Swagger' resulted in an error (command 'swagger.preview' not...

I am getting similar errors with `ERROR: deployment failed: failing invoking action 'provision'` but different full error stack traces. I tried it using "**Windows 10 Enterprise**" as well as "**Azure...

@pamelafox please take a look at this issue #547 then. I understand that this perticular issue was related to the local environment and M1, so it's better to discuss it...

I have the same requirement. I would like to have an API where I can upload multiple games, positions, studies, and puzzles to Lichess. And most importantly, a way to...

long ago, I recall creating a detailed issue on the same, with some ideas on what the API could be like. I will link it here so that everyone can...

@reachlin `langchain/langchain/llms/huggingface_pipeline.py` will be integrating the StarCode as a huggingface model (LLM Model). That works, but having StarCode as an Agent or chain would be more interesting. I am looking...

I tried creating a few generations using the [WandB integration with Fooocus](https://github.com/soumik12345/Fooocus/tree/feat/wandb-integration) based on the stories from Aesop's Fables. Here is a story in particular that I attempted: [The Fox...

looking forward to this PR getting merged to main! It's a cool feature and would be super useful 😇

I tried exploring the problem using APIs available from Lichess like https://lichess.org/api/import but it only works for single-game uploads. On exploring, I found that Lichess has a UI version of...

**update**: I had a workaround for this issue. I went ahead and understood how PGN files work and how we can use multiple FEN in one game PGN to create...