PyTorch Release NotesFor more information, refer to the nvidia-docker documentation. Note: Starting in Docker 19.03, complete the steps below. The method implemented in your system depends on the DGX OS version that you installed 23.07 is available on NGC. Contents of the PyTorch container This container image contains the complete source of the version of PyTorch in /opt/ pytorch. It is prebuilt and installed in the default Python all R418, R440, R460, and R520 drivers, which are not forward- compatible with CUDA 12.1. For a complete list of supported drivers, see the CUDA Application Compatibility topic. For more information, see0 码力 | 365 页 | 2.94 MB | 1 年前3
RxJS Tutorialfrom a dom element or an Http request, etc. Observer It is an object with next(), error() and complete() methods, that will get called when there is interaction to the with the observable i.e. the source methods that are notified, next(): This method will send values like a number, string, object etc. complete(): This method will not send any value and indicates the observable as completed. error(): This subscriber.complete(); } catch(e){ subscriber.error(e); } }); observer.subscribe(x => console.log(x), (e)=>console.log(e), ()=>console.log("Observable is complete")); In the0 码力 | 106 页 | 1.56 MB | 1 年前3
websockets Documentation
Release 5.0connect(uri) as websocket: await websocket.send("Hello world!") asyncio.get_event_loop().run_until_complete( hello('ws://localhost:8765')) And here’s an echo server: #!/usr/bin/env python import asyncio async for message in websocket: await websocket.send(message) asyncio.get_event_loop().run_until_complete( websockets.serve(echo, 'localhost', 8765)) asyncio.get_event_loop().run_forever() Do you like {greeting}") start_server = websockets.serve(hello, 'localhost', 8765) asyncio.get_event_loop().run_until_complete(start_server) asyncio.get_event_loop().run_forever() On the server side, websockets executes the0 码力 | 56 页 | 245.43 KB | 1 年前3
websockets Documentation
Release 6.0connect(uri) as websocket: await websocket.send("Hello world!") asyncio.get_event_loop().run_until_complete( hello('ws://localhost:8765')) And here’s an echo server: #!/usr/bin/env python import asyncio async for message in websocket: await websocket.send(message) asyncio.get_event_loop().run_until_complete( websockets.serve(echo, 'localhost', 8765)) asyncio.get_event_loop().run_forever() Do you like {greeting}") start_server = websockets.serve(hello, 'localhost', 8765) asyncio.get_event_loop().run_until_complete(start_server) asyncio.get_event_loop().run_forever() On the server side, websockets executes the0 码力 | 58 页 | 253.08 KB | 1 年前3
Guzzle PHP 5.3 Documentation(blocking) requests when the future request option is not speci- fied. This means that the request will complete immediately, and if an error is encountered, a GuzzleHttp\Exception\RequestException will be thrown event listeners to add to each request’s before event. • complete: Callable or array representing the event listeners to add to each request’s complete event. • error: Callable or array representing the event Callable or array representing the event listeners to add to each request’s end event. The “before”, “complete”, “error”, and “end” event options accept a callable or an array of associative arrays where each0 码力 | 63 页 | 275.75 KB | 11 月前3
The Vitess 11.0 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256 — Complete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 281 — Complete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . benchmark numbers to justify why the change was implemented in this way. • Comments – // Prefer complete sentences when possible. – Leave a space after the comment marker //. If your reviewer leaves comments0 码力 | 481 页 | 3.14 MB | 1 年前3
websockets Documentation
Release 4.0connect(uri) as websocket: await websocket.send("Hello world!") asyncio.get_event_loop().run_until_complete( hello('ws://localhost:8765')) And here’s an echo server: #!/usr/bin/env python import asyncio async for message in websocket: await websocket.send(message) asyncio.get_event_loop().run_until_complete( websockets.serve(echo, 'localhost', 8765)) asyncio.get_event_loop().run_forever() Do you like format(greeting)) start_server = websockets.serve(hello, 'localhost', 8765) asyncio.get_event_loop().run_until_complete(start_server) asyncio.get_event_loop().run_forever() On the server side, the handler coroutine0 码力 | 48 页 | 224.70 KB | 1 年前3
The Vitess 12.0 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284 — Complete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . benchmark numbers to justify why the change was implemented in this way. • Comments – // Prefer complete sentences when possible. – Leave a space after the comment marker //. If your reviewer leaves comments queue to run • running: a migration was started. It is periodically tested to be making progress. • complete: a migration completed successfully • failed: a migration started running and failed due to whatever0 码力 | 534 页 | 3.32 MB | 1 年前3
websockets Documentation
Release 9.0await websocket.send("Hello world!") await websocket.recv() asyncio.get_event_loop().run_until_complete(hello()) And here’s an echo server: #!/usr/bin/env python import asyncio import websockets async send(message) start_server = websockets.serve(echo, "localhost", 8765) asyncio.get_event_loop().run_until_complete(start_server) asyncio.get_event_loop().run_forever() Do you like it? Let’s dive in! CONTENTS 1 page) start_server = websockets.serve(hello, "localhost", 8765) asyncio.get_event_loop().run_until_complete(start_server) asyncio.get_event_loop().run_forever() On the server side, websockets executes the0 码力 | 81 页 | 352.88 KB | 1 年前3
The Vitess 10.0 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 Complete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . benchmark numbers to justify why the change was implemented in this way. • Comments – // Prefer complete sentences when possible. – Leave a space after the comment marker //. If your reviewer leaves comments transition from master to non-master uses the immediate flag. This should wait for transactions to complete. Fortu- nately, due to how PRS works, that code path is not used. We instead use the “dont_serve”0 码力 | 455 页 | 3.07 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













