gggh900
gggh900
yeah, I saw it, however can you help building issues as my environment specifically demands building it manually... Any stable release branch where build is also reliable?
ok, how about this one? curl --unix-socket /tmp/hypervisor.sock -i -X PUT 'http://localhost/api/v1/vminfo' curl: (7) Failed to connect to localhost port 80 after 0 ms: Couldn't connect to server I upgraded...
Version is type: cloud-hypervisor v48.0.0 I tried several different version. I dont think there is a socket that works in certain version and not in other version. What I need...
Is there a procedure for bringing up sock? The only isntruction I find is specify socket file and I see it is created but just can not query using syntax...
i see this did not happen during encode because scaled_x is 16,2,6 not 16,2,2 in decode. $ egrep -irn "self_pe|entered|error|scaled_x" dbg2.log 6:DBG: EncoderLayer.__init__() entered... 16:DBG: MultiHeadAttention.__init__() entered. 23:DBG: MultiHeadAttention.__init__() entered....
I changed the d_model from 6 to 2 and got rid but now into different error, ohh, this is exhausting... :( # Layers -enclayer = EncoderLayer(n_heads=3, d_model=6, ff_units=10, dropout=0.1) -declayer...
Thx, it has been a while so may take a while for me to re-tune in PE and look into your response, thx! It was not frustrating, although indeed exhausting...