Class: Cohere::Transcribe::PyTorchCheckpoint::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#compressed_sizeObject (readonly)

Returns the value of attribute compressed_size

Returns:

  • (Object)

    the current value of compressed_size



45
46
47
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 45

def compressed_size
  @compressed_size
end

#compression_methodObject (readonly)

Returns the value of attribute compression_method

Returns:

  • (Object)

    the current value of compression_method



45
46
47
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 45

def compression_method
  @compression_method
end

#crc32Object (readonly)

Returns the value of attribute crc32

Returns:

  • (Object)

    the current value of crc32



45
46
47
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 45

def crc32
  @crc32
end

#data_offsetObject (readonly)

Returns the value of attribute data_offset

Returns:

  • (Object)

    the current value of data_offset



45
46
47
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 45

def data_offset
  @data_offset
end

#flagsObject (readonly)

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



45
46
47
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 45

def flags
  @flags
end

#local_header_offsetObject (readonly)

Returns the value of attribute local_header_offset

Returns:

  • (Object)

    the current value of local_header_offset



45
46
47
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 45

def local_header_offset
  @local_header_offset
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



45
46
47
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 45

def name
  @name
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



45
46
47
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 45

def size
  @size
end