Class: Cohere::Transcribe::PyTorchCheckpoint::StoragePayload

Inherits:
Data
  • Object
show all
Defined in:
lib/cohere/transcribe/pytorch_checkpoint.rb

Instance Attribute Summary collapse

Instance Attribute Details

#crc32Object (readonly)

Returns the value of attribute crc32

Returns:

  • (Object)

    the current value of crc32



47
48
49
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 47

def crc32
  @crc32
end

#data_offsetObject (readonly)

Returns the value of attribute data_offset

Returns:

  • (Object)

    the current value of data_offset



47
48
49
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 47

def data_offset
  @data_offset
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



47
48
49
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 47

def size
  @size
end