File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 22## vLLM and tt-metal Branches
33Git-checkout the following branches in each repo separately:
44- vLLM branch: [ dev] ( https://github.com/tenstorrent/vllm/tree/dev ) (last verified commit: [ 3f7beb2] ( https://github.com/tenstorrent/vllm/tree/3f7beb23cbaf3be2e104061905da5f91644e5a68 ) )
5- - tt-metal branch: [ main] ( https://github.com/tenstorrent/tt-metal ) (last verified commit: [ 0107040 ] ( https://github.com/tenstorrent/tt-metal/tree/01070409e582616d8962f371e8497abbf252bb81 ) )
5+ - tt-metal branch: [ main] ( https://github.com/tenstorrent/tt-metal ) (last verified commit: [ f521af0 ] ( https://github.com/tenstorrent/tt-metal/tree/f521af0061bf53567942b7a27fd89aa300ec16ce ) )
66
77## Environment Creation
88
Original file line number Diff line number Diff line change @@ -376,6 +376,7 @@ def _open_t3k_mesh_device(self):
376376 ttnn .MeshShape (2 , 4 ),
377377 dispatch_core_type = self ._get_dispatch_core_type (),
378378 ** device_params ,
379+ mesh_type = ttnn .MeshType .Ring ,
379380 )
380381 logger .debug (f"multidevice with { mesh_device .get_num_devices ()} devices is created" )
381382 return mesh_device
You can’t perform that action at this time.
0 commit comments