Bastien Penavayre
Bastien Penavayre
Hi, any news @bmassemin ?
@asvetlov any news ?
added the following to the dockerfile ``` RUN pip install torchmetrics==0.11.4 torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchtext==0.14.1 torchaudio==0.13.1 torchdata==0.5.1 --extra-index-url https://download.pytorch.org/whl/cu117 ``` works now
@msotheeswaran-sc any news ?
@msotheeswaran-sc any news ?
Can you give me some context? Constant evaluation is always translation unit focused. If you want to make each translation unit fully independent I recommend adding an anonymous namespace in...
heya Any news on this ? Would be interested in using walex in a Failover multi-node setup. Would that be compatible with what you had in mind ?
I had this a few times when starting implementation, usually happens when a handle_result doesn't have a matching case. One way I found to debug was to clone postgrex locally,...
trying to reproduce locally but haven't found a way so far
otherwise doing this as the last handle_result: ``` @impl true def handle_result(results, state) do raise "Unexpected result: #{inspect(results)} for state: #{inspect(state)}" end ```` should help find what case is causing...