Ronak Bhatt

Results 3 issues of Ronak Bhatt

``` 2020-06-08T07:12:17.134358+00:00 app[web.1]: [3db8f80c-1c97-46c3-bf39-9641607f049b] ActionView::Template::Error (undefined method `with_indifferent_access' for "{}":String): 2020-06-08T07:12:17.134359+00:00 app[web.1]: [3db8f80c-1c97-46c3-bf39-9641607f049b] 1: ``` Thank :)

Please check following log ``` 2023-06-13 19:15:19 | INFO | fairseq.models.hubert.hubert | HubertModel Config: ***************************** /AppleInternal/Library/BuildRoots/f0468ab4-4115-11ed-8edc-7ef33c48bc85/Library/Caches/com.apple.xbs/Sources/MetalPerformanceShaders/MPSCore/Utility/MPSLibrary.mm:550: failed assertion `MPSKernel MTLComputePipelineStateCache unable to load function copyNDArrayData. Compiler encountered an internal error:...

stale

Sidekiq is logging to the system log files instead of its own sidekiq.log I have the following setting. ```ruby # deploy.rb set :sidekiq_log, "#{shared_path}/log/sidekiq.log" ```