Tarun Koyalwar

Results 42 comments of Tarun Koyalwar

## Proposed Solution - [x] Finalizing the syntax (`#block` or `#serial`) - [ ] Feature Addition - [ ] Unit Tests

@ehsandeep @Mzack9999 , I think we can track this issue as seperate since the current `martian` issue was that it was returning a corrupted chunked response always . while in...

### To setup new project ```console $ ./katana -np dvwa ``` ### To use created project for crawling ```console $ ./katana -cp dvwa ... // and other args ```

@Mzack9999 this seems like a rare case not sure we should implement this since this can be achieved without library implementation using ^ payload , anyway to implement this we...

@binaryninja , not sure about fine tuning but i was facing same error when loading model . I think you need to change batch size for loading model i used...

@binaryninja , tbh documentation here is very bad i had tough time just loading the model . i think you have to explore `peft` for settings etc since > To...

@binaryninja , loading model using `.from_pretrained` does not work me and seems to be cause of ^ . I had to load it with accelerate and custom device_map ```python from...

@thekalinga , from your issue description I think the problem is that go is not able to detect user home dir Can you verify If you are facing issue with...

@reivaxxavier , if i understood this correctly the issues is that gologger logging design is different that expected and is not compatible with your processing system > I encounter numerous...

@xavier-gerondeau-stoik , @gnuletik the intention behind creating gologger issue is that we can add a option in gologger to strictly behave like a logger and do not accept if any...