mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-03-15 00:07:26 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -392,8 +392,8 @@ class TPContext:
|
||||
for dev in range(self.num_devices):
|
||||
if dev in self.all_devs:
|
||||
devctx = self.model.get_device_context(dev)
|
||||
self.sin.append(devctx.sin)
|
||||
self.cos.append(devctx.cos)
|
||||
self.sin.append(torch.cat(devctx.sin, 0))
|
||||
self.cos.append(torch.cat(devctx.cos, 0))
|
||||
else:
|
||||
self.sin.append(none_tensor)
|
||||
self.cos.append(none_tensor)
|
||||
|
||||
Reference in New Issue
Block a user